rpms/glibc/devel glibc.spec,1.379,1.380

Jakub Jelinek jakub at fedoraproject.org
Wed Feb 18 23:55:55 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/glibc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17988

Modified Files:
	glibc.spec 
Log Message:
2.9.90-7


Index: glibc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glibc/devel/glibc.spec,v
retrieving revision 1.379
retrieving revision 1.380
diff -u -r1.379 -r1.380
--- glibc.spec	18 Feb 2009 23:18:08 -0000	1.379
+++ glibc.spec	18 Feb 2009 23:55:24 -0000	1.380
@@ -23,7 +23,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: 2.9.90
-Release: 6
+Release: 7
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -752,7 +752,7 @@
 %endif
 
 pushd $RPM_BUILD_ROOT/usr/%{_lib}/
-$GCC -Wl,-r -o libpthread.o -Wl,--whole-archive ./libpthread.a
+$GCC -Wl,-r -nostdlib -o libpthread.o -Wl,--whole-archive ./libpthread.a
 rm libpthread.a
 ar rcs libpthread.a libpthread.o
 rm libpthread.o
@@ -1013,7 +1013,7 @@
 %endif
 
 %changelog
-* Wed Feb 18 2009 Jakub Jelinek <jakub at redhat.com> 2.9.90-6
+* Wed Feb 18 2009 Jakub Jelinek <jakub at redhat.com> 2.9.90-7
 - update from trunk
 - adjust for i586 + i686 from i386 + i686 build
 - split static libraries into glibc-static subpackage




More information about the scm-commits mailing list