mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2026-05-20 13:20:37 -04:00
General edits. Added bash+readline display_wrap patches
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
@@ -31,6 +31,18 @@
|
||||
|
||||
<screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen>
|
||||
|
||||
<para>The meaning of the configure option:</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>--without-bash-malloc</parameter></term>
|
||||
<listitem><para>This options turns off the use of Bash's memory
|
||||
allocation (malloc) function which is known to cause segmentation
|
||||
faults. By turning this option off Bash will use the malloc functions
|
||||
from Glibc which are more stable.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>Compile the program:</para>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
||||
Reference in New Issue
Block a user