Changeset f7b8c6d


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rdc504da rf7b8c6d  
    4040      <para>2011-08-14</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Update to GDBM-1.9.1. Fixes
     44          <ulink url="&lfs-ticket-root;2913">#2913</ulink>.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[matthew] - Update to Diffutils-3.1. Fixes
  • chapter01/whatsnew.xml

    rdc504da rf7b8c6d  
    8383      <para>GCC &gcc-version;</para>
    8484    </listitem>
    85     <!--<listitem>
     85    <listitem>
    8686      <para>GDBM &gdbm-version;</para>
    87     </listitem>-->
     87    </listitem>
    8888    <!--<listitem>
    8989      <para>Gettext &gettext-version;</para>
  • 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>
  • packages.ent

    rdc504da rf7b8c6d  
    174174<!ENTITY gcc-ch6-sbu "47 SBU">
    175175
    176 <!ENTITY gdbm-version "1.8.3">
    177 <!ENTITY gdbm-size "223 KB">
     176<!ENTITY gdbm-version "1.9.1">
     177<!ENTITY gdbm-size "542 KB">
    178178<!ENTITY gdbm-url "&gnu;gdbm/gdbm-&gdbm-version;.tar.gz">
    179 <!ENTITY gdbm-md5 "1d1b1d5c0245b1c00aff92da751e9aa1">
     179<!ENTITY gdbm-md5 "59f6e4c4193cb875964ffbe8aa384b58">
    180180<!ENTITY gdbm-home "&gnu-software;gdbm/">
    181181<!ENTITY gdbm-ch5-du "2.7 MB">
Note: See TracChangeset for help on using the changeset viewer.