aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-18 16:26:53 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-18 16:26:53 +0000
commit70e333070850713c117980482d9bc5d6ca1852ed (patch)
tree4f8dae183dde9b22e17a472fc3d0dc3b70c2e8ad /chapter06
parent276b8ff8cc2cab539ec96307c0c22b8d5dc3ed37 (diff)
Add bc memory leak patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bc.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml
index 0957421bd..17be4bfcf 100644
--- a/chapter06/bc.xml
+++ b/chapter06/bc.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Bc</title>
+ <para>First, fix some minor memory leaks in the code:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&bc-memory-leak-patch;</userinput></screen>
+
<para>Prepare Bc for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \