]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- release 18
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 29 Aug 2000 14:13:24 +0000 (14:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed static linking problem in ldconfig

Changed files:
    glibc.spec -> 1.117

glibc.spec

index 98fa501aeb23e73ec45979fb3f21f4aed46ae6bc..78b2933d38a79486e60478e4beb94f6c11e1facf 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    GNU libc
 Summary(tr):   GNU libc
 name:          glibc
 Version:       2.1.3
-Release:       17
+Release:       18
 License:       LGPL
 Group:         Libraries
 Group(fr):     Librairies
@@ -429,7 +429,8 @@ cd ldconfig-980708
 
 cd ldconfig-980708
 rm -f ldconfig
-gcc -o ldconfig $RPM_OPT_FLAGS -D_LIBC -static ldconfig.c
+gcc -c $RPM_OPT_FLAGS -D_LIBC ldconfig.c -o ldconfig.o
+gcc -nodefaultlibs -static ldconfig.o ../libc.a -o ldconfig
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.044102 seconds and 4 git commands to generate.