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 --- chapter06/gdbm.xml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'chapter06') 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 - -- cgit v1.2.3-54-g00ecf