Author: alexander
Date: 2007-04-14 23:13:17 -0600 (Sat, 14 Apr 2007)
New Revision: 1833
Modified:
trunk/packages/glibc/Makefile
Log:
Really fixed glibc build failure
Modified: trunk/packages/glibc/Makefile
===================================================================
--- trunk/packages/glibc/Makefile 2007-04-14 15:54:29 UTC (rev 1832)
+++ trunk/packages/glibc/Makefile 2007-04-15 05:13:17 UTC (rev 1833)
@@ -49,13 +49,13 @@
compile-stage2:
cd ../$(DIR) ; patch -Np1 -i ../$(PATCH1)
cd ../$(DIR) ; unpack ../$(FILE2) ; mv glibc-libidn-$(VRS) libidn
- cd ../$(DIR) ; sed -i \
+ sed -i \
's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/$(LINKER) -o|' \
../$(DIR)/scripts/test-installation.pl
# LiveCD specific locale additions
cd ../$(DIR) ; patch -Np1 -i ../$(PATCH50)
# --enable-static overrides the unsuitable default in config.site
- sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in
+ sed -i 's|@BASH@|/bin/bash|' ../$(DIR)/elf/ldd.bash.in
../$(DIR)/configure --prefix=/usr --disable-profile \
--enable-add-ons --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc \
--enable-static
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page