Author: robert
Date: 2008-10-26 16:53:59 -0600 (Sun, 26 Oct 2008)
New Revision: 1477

Modified:
   branches/Onward/temporary_system/gettext.txt
Log:
In Gettext temporary tools, disable libasprintf and csharp, because we don't 
need them, and use regex from Glibc. Added note that Gettext fails to build 
with parallel make.

Modified: branches/Onward/temporary_system/gettext.txt
===================================================================
--- branches/Onward/temporary_system/gettext.txt        2008-10-26 21:23:32 UTC 
(rev 1476)
+++ branches/Onward/temporary_system/gettext.txt        2008-10-26 22:53:59 UTC 
(rev 1477)
@@ -2,8 +2,12 @@
 
 mkdir -v obj/ &&
 cd obj/ &&
-../configure --prefix=/tools \
+../configure --prefix=/tools --disable-libasprintf --without-csharp \
+       --without-included-regex \
        --infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR &&
+
+# This package has a bug with parallel builds. Do not use 'make -j2'.
+
 make &&
 make install
 

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

Reply via email to