Author: jim
Date: 2006-07-22 13:45:04 -0600 (Sat, 22 Jul 2006)
New Revision: 2069
Modified:
/
branches/clfs-2.0/BOOK/final-system/common/gawk.xml
Log:
[EMAIL PROTECTED] (orig r2189): jciccone | 2006-07-22 10:07:58 -0700
Added a command to gawk that adds HAVE_LANGINFO_CODESET and HAVE_LC_MESSAGES
to config.h
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2188
+ b6734a72-470d-0410-b049-f317dca95413:/:2189
Modified: branches/clfs-2.0/BOOK/final-system/common/gawk.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/gawk.xml 2006-07-21 23:45:41 UTC
(rev 2068)
+++ branches/clfs-2.0/BOOK/final-system/common/gawk.xml 2006-07-22 19:45:04 UTC
(rev 2069)
@@ -35,14 +35,22 @@
<screen os="d"><userinput>./configure --build=${CLFS_HOST}
--host=${CLFS_TARGET} \
--prefix=/usr --libexecdir=/usr/lib</userinput></screen>
- <para os="e">Compile the package:</para>
+ <para os="e">The <command>configure</command> script does not detect the
+ following properly:</para>
-<screen os="f"><userinput>make</userinput></screen>
+<screen os="f"><userinput>cat >> config.h << "EOF"
+#define HAVE_LANGINFO_CODESET 1
+#define HAVE_LC_MESSAGES 1
+EOF</userinput></screen>
- <para os="g">Install the package:</para>
+ <para os="g">Compile the package:</para>
-<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
+<screen os="h"><userinput>make</userinput></screen>
+ <para os="i">Install the package:</para>
+
+<screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
+
</sect2>
<sect2 id="contents-gawk" role="content">
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page