From f7b8c6d7db725427a24c1b8bf992c612e0f97d0f Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 14 Aug 2011 22:33:16 +0000 Subject: Upgrade to GDBM-1.9.1. Fixes #2913. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 4 ++-- chapter06/gdbm.xml | 29 +++++++++++++++++------------ packages.ent | 6 +++--- 4 files changed, 26 insertions(+), 17 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d0227a625..7c096e27f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2011-08-14 + + [matthew] - Update to GDBM-1.9.1. Fixes + #2913. + [matthew] - Update to Diffutils-3.1. Fixes #2912. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5e925edac..9e84bcc05 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -82,9 +82,9 @@ GCC &gcc-version; - + diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml index 612b5d53d..83b0e05df 100644 --- a/chapter06/gdbm.xml +++ b/chapter06/gdbm.xml @@ -45,28 +45,33 @@ Prepare GDBM for compilation: -./configure --prefix=/usr +./configure --prefix=/usr --enable-libgdbm-compat + + + The meaning of the configure option: + + + --enable-libgdbm-compat + + This switch enables the libgdbm compatibility library to be + built, as some packages outside of LFS may require the older DBM + routines it provides. + + + Compile the package: make - This package does not come with a test suite. + To test the results, issue: + +make check Install the package: make install - In addition, install the DBM and NDBM compatibility headers, as some - packages outside of LFS may look for these older dbm routines: - -make install-compat - - Fix a minor installation issue by manually adding GDBM to the - info table of contents: - -install-info --dir-file=/usr/info/dir /usr/info/gdbm.info - diff --git a/packages.ent b/packages.ent index 64919414e..48371249e 100644 --- a/packages.ent +++ b/packages.ent @@ -173,10 +173,10 @@ - - + + - + -- cgit v1.2.3-54-g00ecf