Author: justin
Date: 2006-01-23 17:21:54 -0700 (Mon, 23 Jan 2006)
New Revision: 1374

Modified:
   trunk/Makefile
   trunk/packages/bison/Makefile
   trunk/packages/gcc/Makefile
   trunk/packages/libungif/Makefile
Log:
[trunk] Build LFS as in LFS book (changed:  build grep before libtool, define 
YYENABLE_NLS for bison, added sed for gccbug to use mktemp) and upgraded 
libungif to 4.1.4.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-01-24 00:00:57 UTC (rev 1373)
+++ trunk/Makefile      2006-01-24 00:21:54 UTC (rev 1374)
@@ -241,8 +241,8 @@
        ch-sed ch-flex ch-gettext ch-inetutils ch-iproute2 ch-perl ch-texinfo \
        ch-autoconf ch-automake ch-bash
 
-post-bash: ch-file ch-libtool ch-bzip2 ch-diffutils ch-kbd ch-e2fsprogs \
-       ch-grep ch-grub ch-gzip ch-hotplug ch-man-db ch-make \
+post-bash: ch-file ch-grep ch-libtool ch-bzip2 ch-diffutils ch-kbd \
+       ch-e2fsprogs ch-grub ch-gzip ch-hotplug ch-man-db ch-make \
        ch-module-init-tools ch-patch ch-procps ch-psmisc ch-shadow \
        ch-sysklogd ch-sysvinit ch-tar ch-udev ch-util-linux final-environment
 

Modified: trunk/packages/bison/Makefile
===================================================================
--- trunk/packages/bison/Makefile       2006-01-24 00:00:57 UTC (rev 1373)
+++ trunk/packages/bison/Makefile       2006-01-24 00:21:54 UTC (rev 1374)
@@ -26,6 +26,7 @@
 else
        CC="gcc $(64FLAGS)" ./configure --prefix=/usr
 endif
+       echo '#define YYENABLE_NLS 1' >> config.h
        make $(PM)
        make install
 

Modified: trunk/packages/gcc/Makefile
===================================================================
--- trunk/packages/gcc/Makefile 2006-01-24 00:00:57 UTC (rev 1373)
+++ trunk/packages/gcc/Makefile 2006-01-24 00:21:54 UTC (rev 1374)
@@ -152,6 +152,7 @@
         --enable-__cxa_atexit --enable-c99 --enable-long-long \
         --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch
 endif
+       cd ../$(DIR) ; sed -i 's/@@have_mktemp_command@@/yes/' gcc/gccbug.in
        make $(PM)
        make install
        ln -sf ../usr/bin/cpp /lib

Modified: trunk/packages/libungif/Makefile
===================================================================
--- trunk/packages/libungif/Makefile    2006-01-24 00:00:57 UTC (rev 1373)
+++ trunk/packages/libungif/Makefile    2006-01-24 00:21:54 UTC (rev 1374)
@@ -1,12 +1,12 @@
 # LibUngif Makefile
 
 NM= libungif
-VRS= 4.1.3
+VRS= 4.1.4
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.bz2
 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE)
-SHA-$(FILE)= 04aab31b3e9e719a80320667bc23b3ee35505a34
+SHA-$(FILE)= af687ffbcfe6afd1d76e33ea8cf27ffb02ed61fc
 
 # Targets
 

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to