]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- use just compiled libc during linking ldconfig.
authorkloczek <kloczek@pld-linux.org>
Tue, 5 Sep 2000 01:51:06 +0000 (01:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.120

glibc.spec

index bdf51f460a7730c8a8ce65bf02ef26879c0c8d29..6bbd8cfc38d6cb5d65ebf9f9d78a2b8d41cef118 100644 (file)
@@ -431,7 +431,7 @@ cd ldconfig-980708
 
 cd ldconfig-980708
 rm -f ldconfig
-gcc -c $RPM_OPT_FLAGS -D_LIBC ldconfig.c -o ldconfig.o
+gcc -c -L../ $RPM_OPT_FLAGS -D_LIBC ldconfig.c -o ldconfig.o
 gcc -nodefaultlibs -static ldconfig.o ../libc.a -o ldconfig
 
 %install
This page took 0.045242 seconds and 4 git commands to generate.