SPECS: glibc.spec - don't provide/require GLIBC_PRIVATE symbols

arekm arekm at pld-linux.org
Fri Nov 14 22:23:55 CET 2008


Author: arekm                        Date: Fri Nov 14 21:23:55 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't provide/require GLIBC_PRIVATE symbols

---- Files affected:
SPECS:
   glibc.spec (1.794 -> 1.795) 

---- Diffs:

================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.794 SPECS/glibc.spec:1.795
--- SPECS/glibc.spec:1.794	Fri Nov 14 21:19:05 2008
+++ SPECS/glibc.spec	Fri Nov 14 22:23:49 2008
@@ -139,6 +139,8 @@
 %{expand:%%define	__cc	%{__cc} -m32}
 %endif
 
+%define		specflags		-fasynchronous-unwind-tables
+
 # Xen-friendly glibc
 %define		specflags_ia32		-mno-tls-direct-seg-refs
 %define		specflags_x86_64	-mno-tls-direct-seg-refs
@@ -152,6 +154,9 @@
 # patched not to crash on partial hardlinks too)
 %define		_hack_dontneed_PartialHardlinkSets	1
 %define		_noautochrpath		.*\\(ldconfig\\|sln\\)
+# private symbols
+%define		_noautoprov		.*\(GLIBC_PRIVATE\)
+%define		_noautoreq		.*\(GLIBC_PRIVATE\)
 
 %description
 Contains the standard libraries that are used by multiple programs on
@@ -926,7 +931,6 @@
 %endif
 AWK="gawk" \
 ../%configure \
-	CFLAGS="%{rpmcflags} -fasynchronous-unwind-tables" \
 	--enable-kernel="%{min_kernel}" \
 	--enable-omitfp \
 	--with-headers=%{_includedir} \
@@ -1634,6 +1638,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.795  2008/11/14 21:23:49  arekm
+- don't provide/require GLIBC_PRIVATE symbols
+
 Revision 1.794  2008/11/14 20:19:05  arekm
 - up to 2.9 (unofficial yet so rel 0.1); -fasynchronous-unwind-tables
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/glibc.spec?r1=1.794&r2=1.795&f=u



More information about the pld-cvs-commit mailing list