Author: jim
Date: 2006-08-07 13:47:54 -0600 (Mon, 07 Aug 2006)
New Revision: 2190
Modified:
/
branches/clfs-2.0/BOOK/final-system/common/bash.xml
branches/clfs-2.0/BOOK/introduction/common/changelog.xml
Log:
[EMAIL PROTECTED] (orig r2315): jciccone | 2006-08-07 10:42:56 -0700
Fix the build of bash to support named pipes.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2314
+ b6734a72-470d-0410-b049-f317dca95413:/:2315
Modified: branches/clfs-2.0/BOOK/final-system/common/bash.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/bash.xml 2006-08-07 19:47:26 UTC
(rev 2189)
+++ branches/clfs-2.0/BOOK/final-system/common/bash.xml 2006-08-07 19:47:54 UTC
(rev 2190)
@@ -37,10 +37,11 @@
<screen os="p2"><userinput>patch -Np1 -i
../&bash-fixes-patch;</userinput></screen>
- <para os="c">Create a config.cache containing information about a test that
- cannot be run when cross-compiling:</para>
+ <para os="c">Create a config.cache containing information that is not
+ properly detected when cross compiling:</para>
<screen os="d"><userinput>echo "ac_cv_func_setvbuf_reversed=no" >
config.cache
+echo "bash_cv_sys_named_pipes=yes" >> config.cache
</userinput></screen>
<para os="e">Prepare Bash for compilation:</para>
Modified: branches/clfs-2.0/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-08-07
19:47:26 UTC (rev 2189)
+++ branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-08-07
19:47:54 UTC (rev 2190)
@@ -40,6 +40,10 @@
<para>August 7, 2006</para>
<itemizedlist>
<listitem>
+ <para>[jciccone] - Fixed a problem where when bash is cross-compiled
+ it cannot test for the presence of named pipes.</para>
+ </listitem>
+ <listitem>
<para>[jciccone] - Fixed symlink issue in bootscripts. New package
CLFS-bootscropts 0.3.</para>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page