Removed chapter 5-bash's --without-bash-malloc

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-12 00:58:19 +00:00
parent 06ffbeeed9
commit f821332246
2 changed files with 4 additions and 1 deletions

View File

@ -71,6 +71,9 @@
</itemizedlist>
</para></listitem>
<listitem><para>May 11th, 2003 [gerard]: Chapter 05 - Bash: Removed the
--without-bash-malloc configure option.</para></listitem>
<listitem><para>May 11th, 2003 [gerard]: Updated to
gcc-3.2.3-specs-4.patch</para></listitem>

View File

@ -10,7 +10,7 @@ patch:</para>
<para><screen><userinput>patch -Np1 -i ../bash-&bash-patch-version;.patch</userinput></screen></para>
<para><screen><userinput>./configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--with-curses --without-bash-malloc
&nbsp;&nbsp;&nbsp;&nbsp;--with-curses
make
make tests
make install