aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/db.xml
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-09-15 20:33:13 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2007-09-15 20:33:13 +0000
commit232aa7359d4f119b062bf270e19e8a4c1d2228a0 (patch)
tree0c269dda24b542999eed96cddaae64d01c681a25 /chapter06/db.xml
parent20d4c8a7d0311f35fcd69bfb309e56f9cdbaee5b (diff)
Upgrade to DB-4.6.19. Fixes #2051. Thanks to Matt Burgess for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/db.xml')
-rw-r--r--chapter06/db.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml
index df83e3ae5..b1f12e379 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -61,11 +61,6 @@
<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