From c6a996f57294f487c38e1e9d125e236241e32d6b Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 24 Feb 2007 14:40:21 +0000 Subject: Add a patch for Berkeley DB containing upstream fixes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/db.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/db.xml') diff --git a/chapter06/db.xml b/chapter06/db.xml index ecedf09f9..60d1a65b5 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -55,6 +55,11 @@ Installation of Berkeley DB + Apply a patch to Berkeley DB to fix a couple of bugs when accessing + databases via its Java API: + +patch -Np1 -i ../&db-fixes-patch; + Prepare Berkeley DB for compilation: cd build_unix && -- cgit v1.2.3-54-g00ecf