aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-02-24 14:40:21 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-02-24 14:40:21 +0000
commitc6a996f57294f487c38e1e9d125e236241e32d6b (patch)
treebea50e56d552f2997702c1387e2fae370f59402a /chapter06
parent3ee0c391d639f295df72061eb0ca29b5b6336fbc (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/db.xml5
1 files changed, 5 insertions, 0 deletions
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 @@
<sect2 role="installation">
<title>Installation of Berkeley DB</title>
+ <para>Apply a patch to Berkeley DB to fix a couple of bugs when accessing
+ databases via its Java API:</para>
+
+<screen><userinput>patch -Np1 -i ../&db-fixes-patch;</userinput></screen>
+
<para>Prepare Berkeley DB for compilation:</para>
<screen><userinput>cd build_unix &amp;&amp;