aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:08:11 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:08:11 +0000
commit487d7c1794f0d1b7ac82d6776d243e5bbff03697 (patch)
tree58694d5850a6466ea2a6c452cf2cfda189bd1e02 /chapter06
parent5ad353cb718d66ac2f9e88bb674f041934a2e9d8 (diff)
Upgrade to Berkeley-DB-4.5.20
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/db.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml
index e0a0cbfc1..367f85e65 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -55,10 +55,6 @@
<sect2 role="installation">
<title>Installation of Berkeley DB</title>
- <para>Patch the package to eliminate potential trap events:</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;