2.9.90-7
This commit is contained in:
parent
3bdc2b1398
commit
318370830b
@ -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 @@ echo ====================PLT RELOCS END==================
|
||||
%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 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 18 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-6
|
||||
* Wed Feb 18 2009 Jakub Jelinek <jakub@redhat.com> 2.9.90-7
|
||||
- update from trunk
|
||||
- adjust for i586 + i686 from i386 + i686 build
|
||||
- split static libraries into glibc-static subpackage
|
||||
|
Loading…
Reference in New Issue
Block a user