Author: glen                         Date: Mon Oct 17 19:49:12 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable tls on i386

---- Files affected:
packages/e2fsprogs:
   e2fsprogs.spec (1.237 -> 1.238) 

---- Diffs:

================================================================
Index: packages/e2fsprogs/e2fsprogs.spec
diff -u packages/e2fsprogs/e2fsprogs.spec:1.237 
packages/e2fsprogs/e2fsprogs.spec:1.238
--- packages/e2fsprogs/e2fsprogs.spec:1.237     Fri Sep 30 18:40:51 2011
+++ packages/e2fsprogs/e2fsprogs.spec   Mon Oct 17 21:49:07 2011
@@ -4,6 +4,7 @@
 %bcond_with    allstatic       # link everything statically
 %bcond_without static          # link e2fsck dynamically with libc
 %bcond_without nls             # build without NLS
+%bcond_without tls             # TLS
 %if "%{pld_release}" == "ac"
 %bcond_with    initrd          # don't build initrd version
 %bcond_without uClibc          # link initrd version with static glibc instead 
of uClibc
@@ -18,6 +19,11 @@
 %undefine       with_uClibc
 %endif
 
+# see glibc.spec
+%ifarch        i386
+%undefine      with_tls
+%endif
+
 Summary:       Utilities for managing the second extended (ext2) filesystem
 Summary(cs.UTF-8):     Nástroje pro správu souborových systémů typu ext2
 Summary(da.UTF-8):     Værktøjer til håndtering af ext2 filsystemer
@@ -653,6 +659,7 @@
        --disable-libblkid \
        --disable-libuuid \
        %{!?with_nls:--disable-nls} \
+       %{!?with_tls:--disable-tls} \
        --disable-rpath \
        --disable-uuidd \
        --enable-compression \
@@ -1000,6 +1007,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.238  2011/10/17 19:49:07  glen
+- disable tls on i386
+
 Revision 1.237  2011/09/30 16:40:51  glen
 - update bconds for ac
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e2fsprogs/e2fsprogs.spec?r1=1.237&r2=1.238&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to