Author: justin
Date: 2005-11-17 00:19:52 -0700 (Thu, 17 Nov 2005)
New Revision: 1081
Modified:
trunk/packages/gettext/Makefile
trunk/packages/perl/Makefile
Log:
Updated gettext build and perl build to lfs development in trunk.
Modified: trunk/packages/gettext/Makefile
===================================================================
--- trunk/packages/gettext/Makefile 2005-11-17 05:55:41 UTC (rev 1080)
+++ trunk/packages/gettext/Makefile 2005-11-17 07:19:52 UTC (rev 1081)
@@ -18,16 +18,20 @@
compile-stage1:
ifndef CROSS
- ./configure --prefix=$(WD) --disable-libasprintf --without-csharp
+ cd gettext-tools
+ ./configure --prefix=$(WD) --disable-shared
+ make -C lib
+ make -C src msgfmt
+ cp -v src/msgfmt $(WD)/bin
else
echo "am_cv_func_working_getline=yes" >> config.cache
CC="$${CC} $(64FLAGS)" CXX="$${CXX} $(64FLAGS)" \
./configure --prefix=$(WD) --libdir=$(WD)/lib64 \
--host=$(LFS_TARGET) --disable-libasprintf \
--without-csharp --cache-file=config.cache
-endif
make
make install
+endif
chroot:
chroot "$(MP)" $(chenv-pre-bash) \
Modified: trunk/packages/perl/Makefile
===================================================================
--- trunk/packages/perl/Makefile 2005-11-17 05:55:41 UTC (rev 1080)
+++ trunk/packages/perl/Makefile 2005-11-17 07:19:52 UTC (rev 1081)
@@ -30,7 +30,7 @@
chmod u+w hints/linux.sh
echo "installstyle=\"lib64/perl5\"" >> hints/linux.sh
endif
- ./configure.gnu --prefix=$(WD) -Dstatic_ext='IO Fcntl POSIX'
+ ./configure.gnu --prefix=$(WD) -Dstatic_ext='Data/Dumper Fcntl IO POSIX'
make perl utilities
cp perl pod/pod2man $(WD)/bin
ifndef CROSS
@@ -50,7 +50,7 @@
compile-stage2:
ifndef CROSS
- ./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"
+ ./configure.gnu --prefix=/usr -Dpager="/usr/bin/less -isR"
else
sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]'
hints/linux.sh
patch -Np1 -i ../$(PATCH40)
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page