aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-04-03 02:24:56 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2008-04-03 02:24:56 +0000
commit24acdca37e103da2642f6fd155ed0da156222ebd (patch)
treed5ea255f3904099eb52a4d76b7ea7ef2c9a3cfec /chapter06
parent20f8deb0c2d701dc9007381b521c6f6a3ec329ac (diff)
Added an upstream patch for db-4.6.21, thanks Randy McMurchy for the report. Fixes #2164.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8505 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/db.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml
index dc87fb78c..526fc5dc6 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -61,6 +61,10 @@
<sect2 role="installation">
<title>Installation of Berkeley DB</title>
+ <para>There is an upstream patch for Berkeley DB that fixes a race condition. Apply it:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&db-fixes-patch;</userinput></screen>
+
<para>Prepare Berkeley DB for compilation:</para>
<screen><userinput remap="configure">cd build_unix