From f8213322462968ffb6c6b7bc117e5945484cab46 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 12 May 2003 00:58:19 +0000 Subject: [PATCH] Removed chapter 5-bash's --without-bash-malloc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter05/bash-inst.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a2e25c277..cd59af4d9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -71,6 +71,9 @@ +May 11th, 2003 [gerard]: Chapter 05 - Bash: Removed the +--without-bash-malloc configure option. + May 11th, 2003 [gerard]: Updated to gcc-3.2.3-specs-4.patch diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index cc09f03f9..5fcecfcfe 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -10,7 +10,7 @@ patch: patch -Np1 -i ../bash-&bash-patch-version;.patch ./configure --prefix=/stage1 \ -    --with-curses --without-bash-malloc +    --with-curses make make tests make install