From 24acdca37e103da2642f6fd155ed0da156222ebd Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Thu, 3 Apr 2008 02:24:56 +0000 Subject: 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 --- chapter06/db.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06') 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 @@ Installation of Berkeley DB + There is an upstream patch for Berkeley DB that fixes a race condition. Apply it: + +patch -Np1 -i ../&db-fixes-patch; + Prepare Berkeley DB for compilation: cd build_unix -- cgit v1.2.3-54-g00ecf