diff options
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index af2acf4b5..8ce43a01e 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -18,7 +18,6 @@ Required disk space: 27 MB</screen> GCC, Glibc, Grep, Make, Ncurses, Sed.</para> - <sect2> <title>Installation of Bash</title> @@ -30,7 +29,8 @@ patch:</para> <para>Now prepare Bash for compilation:</para> -<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen> +<screen><userinput>./configure --prefix=/usr --bindir=/bin \ + --without-bash-malloc</userinput></screen> <para>Compile the package:</para> |