Author: qboosh                       Date: Wed Oct  5 18:19:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- renamed nptl bcond to tls (works with recent 2.4.x kernels too)

---- Files affected:
SPECS:
   mono.spec (1.149 -> 1.150) 

---- Diffs:

================================================================
Index: SPECS/mono.spec
diff -u SPECS/mono.spec:1.149 SPECS/mono.spec:1.150
--- SPECS/mono.spec:1.149       Sat Sep 24 12:42:48 2005
+++ SPECS/mono.spec     Wed Oct  5 20:19:28 2005
@@ -1,8 +1,8 @@
 # $Revision$, $Date$
-# NOTE: Makefiles are broken, build stops long time after first fatal error
+# NOTE: Makefiles are broken, build could stop long time after first fatal 
error
 #
 # Conditional build:
-%bcond_without nptl            # don't use TLS (which effectively requires 
NPTL libs)
+%bcond_without tls             # don't use TLS (which requires recent 2.4.x or 
2.6 kernel)
 %bcond_without static_libs     # don't build static libraries
 %bcond_with    bootstrap       # don't require mono-devel to find req/prov
 %bcond_with    mint            # build mint instead of mono VM (JIT)
@@ -66,7 +66,7 @@
   generate classes and code that can interoperate with other programming
   languages (The Common Language Specification: CLS).
 
-%{?with_nptl:This version was build with TLS __thread.}
+%{?with_tls:This version was build with TLS __thread.}
 
 %description -l pl
 Platforma CLI (Common Language Infrastructure). Microsoft stworzył
@@ -80,7 +80,7 @@
   współpracujący z innymi językami programowania (The Common Language
   Specification: CLS).
 
-%{?with_nptl:Ta wersja została zbudowana z TLS __thread.}
+%{?with_tls:Ta wersja została zbudowana z TLS __thread.}
 
 %package devel
 Summary:       Development resources for mono
@@ -218,7 +218,7 @@
        --with-interp=%{?with_mint:yes}%{!?with_mint:no} \
        --with-jit=%{?with_mint:no}%{!?with_mint:yes} \
        --with-preview=yes \
-       --with-tls=%{?with_nptl:__thread}%{!?with_nptl:pthread}
+       --with-tls=%{?with_tls:__thread}%{!?with_tls:pthread}
 
 # mint uses heap to make trampolines, which need to be executable
 # there is mprotect(...,PROT_EXEC) for ppc/s390, but not used
@@ -444,6 +444,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.150  2005/10/05 18:19:28  qboosh
+- renamed nptl bcond to tls (works with recent 2.4.x kernels too)
+
 Revision 1.149  2005/09/24 10:42:48  pawcioos
 - updated to 1.1.9.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mono.spec?r1=1.149&r2=1.150&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to