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 @@ - - + + - +