From 70e333070850713c117980482d9bc5d6ca1852ed Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 18 Apr 2014 16:26:53 +0000 Subject: Add bc memory leak patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bc.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06') 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 @@ Installation of Bc + First, fix some minor memory leaks in the code: + +patch -Np1 -i ../&bc-memory-leak-patch; + Prepare Bc for compilation: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf