Changeset f7b8c6d for chapter06/gdbm.xml


Ignore:
Timestamp:
08/14/2011 10:33:16 PM (13 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c0ad0ec
Parents:
dc504da
Message:

Upgrade to GDBM-1.9.1. Fixes #2913.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gdbm.xml

    rdc504da rf7b8c6d  
    4646    <para>Prepare GDBM for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     48<screen><userinput remap="configure">./configure --prefix=/usr --enable-libgdbm-compat</userinput></screen>
     49
     50    <variablelist>
     51      <title>The meaning of the configure option:</title>
     52
     53      <varlistentry>
     54        <term><envar>--enable-libgdbm-compat</envar></term>
     55        <listitem>
     56          <para>This switch enables the libgdbm compatibility library to be
     57          built, as some packages outside of LFS may require the older DBM
     58          routines it provides.</para>
     59        </listitem>
     60      </varlistentry>
     61    </variablelist>
    4962
    5063    <para>Compile the package:</para>
     
    5265<screen><userinput remap="make">make</userinput></screen>
    5366
    54     <para>This package does not come with a test suite.</para>
     67    <para>To test the results, issue:</para>
     68
     69<screen><userinput remap="test">make check</userinput></screen>
    5570
    5671    <para>Install the package:</para>
    5772
    5873<screen><userinput remap="install">make install</userinput></screen>
    59 
    60     <para>In addition, install the DBM and NDBM compatibility headers, as some
    61     packages outside of LFS may look for these older dbm routines:</para>
    62 
    63 <screen><userinput remap="install">make install-compat</userinput></screen>
    64 
    65     <para>Fix a minor installation issue by manually adding GDBM to the
    66     <command>info</command> table of contents:</para>
    67 
    68 <screen><userinput remap="install">install-info --dir-file=/usr/info/dir /usr/info/gdbm.info</userinput></screen>
    6974
    7075  </sect2>
Note: See TracChangeset for help on using the changeset viewer.