SPECS (GLIBC_for_AC): glibc.spec - stip parts of libc.so because l...

arekm arekm at pld-linux.org
Wed Dec 20 10:57:55 CET 2006


Author: arekm                        Date: Wed Dec 20 09:57:55 2006 GMT
Module: SPECS                         Tag: GLIBC_for_AC
---- Log message:
- stip parts of libc.so because ld in ac is too old and doesn't understand AS_NEEDED() rule

---- Files affected:
SPECS:
   glibc.spec (1.664.2.3 -> 1.664.2.4) 

---- Diffs:

================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.664.2.3 SPECS/glibc.spec:1.664.2.4
--- SPECS/glibc.spec:1.664.2.3	Wed Dec 20 00:27:16 2006
+++ SPECS/glibc.spec	Wed Dec 20 10:57:50 2006
@@ -50,7 +50,7 @@
 Summary(uk):	GNU libc ×ĹŇÓŚ§ 2.3
 Name:		glibc
 Version:	2.5
-Release:	0.3
+Release:	0.4
 Epoch:		6
 License:	LGPL
 Group:		Libraries
@@ -1071,6 +1071,9 @@
 install %{SOURCE6} $RPM_BUILD_ROOT%{_bindir}/localedb-gen
 install localedata/SUPPORTED $RPM_BUILD_ROOT%{_datadir}/i18n
 
+# too old binutils in ac, doesn't understand AS_NEEDED
+sed -i -e 's# AS_NEEDED ( .*/ld-linux.so.[0-9] )##g' $RPM_BUILD_ROOT%{_libdir}/libc.so
+
 # shutup check-files
 rm -f $RPM_BUILD_ROOT%{_mandir}/README.*
 rm -f $RPM_BUILD_ROOT%{_mandir}/diff.*
@@ -1504,6 +1507,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.664.2.4  2006/12/20 09:57:50  arekm
+- stip parts of libc.so because ld in ac is too old and doesn't understand AS_NEEDED() rule
+
 Revision 1.664.2.3  2006/12/19 23:27:16  arekm
 - upgrade from 2.3 glibc fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/glibc.spec?r1=1.664.2.3&r2=1.664.2.4&f=u



More information about the pld-cvs-commit mailing list