mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-24 06:09:21 +01:00
Upgrade to GDBM-1.9.1. Fixes #2913.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
dc504daa20
commit
f7b8c6d7db
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2011-08-14</para>
|
<para>2011-08-14</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Update to GDBM-1.9.1. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2913">#2913</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Update to Diffutils-3.1. Fixes
|
<para>[matthew] - Update to Diffutils-3.1. Fixes
|
||||||
<ulink url="&lfs-ticket-root;2912">#2912</ulink>.</para>
|
<ulink url="&lfs-ticket-root;2912">#2912</ulink>.</para>
|
||||||
|
@ -82,9 +82,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>GCC &gcc-version;</para>
|
<para>GCC &gcc-version;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>GDBM &gdbm-version;</para>
|
<para>GDBM &gdbm-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Gettext &gettext-version;</para>
|
<para>Gettext &gettext-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
|
@ -45,28 +45,33 @@
|
|||||||
|
|
||||||
<para>Prepare GDBM for compilation:</para>
|
<para>Prepare GDBM for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr --enable-libgdbm-compat</userinput></screen>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<title>The meaning of the configure option:</title>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><envar>--enable-libgdbm-compat</envar></term>
|
||||||
|
<listitem>
|
||||||
|
<para>This switch enables the libgdbm compatibility library to be
|
||||||
|
built, as some packages outside of LFS may require the older DBM
|
||||||
|
routines it provides.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
<para>This package does not come with a test suite.</para>
|
<para>To test the results, issue:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install</userinput></screen>
|
||||||
|
|
||||||
<para>In addition, install the DBM and NDBM compatibility headers, as some
|
|
||||||
packages outside of LFS may look for these older dbm routines:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="install">make install-compat</userinput></screen>
|
|
||||||
|
|
||||||
<para>Fix a minor installation issue by manually adding GDBM to the
|
|
||||||
<command>info</command> table of contents:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="install">install-info --dir-file=/usr/info/dir /usr/info/gdbm.info</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="contents-gdbm" role="content">
|
<sect2 id="contents-gdbm" role="content">
|
||||||
|
@ -173,10 +173,10 @@
|
|||||||
<!ENTITY gcc-ch6-du "1.7 GB">
|
<!ENTITY gcc-ch6-du "1.7 GB">
|
||||||
<!ENTITY gcc-ch6-sbu "47 SBU">
|
<!ENTITY gcc-ch6-sbu "47 SBU">
|
||||||
|
|
||||||
<!ENTITY gdbm-version "1.8.3">
|
<!ENTITY gdbm-version "1.9.1">
|
||||||
<!ENTITY gdbm-size "223 KB">
|
<!ENTITY gdbm-size "542 KB">
|
||||||
<!ENTITY gdbm-url "&gnu;gdbm/gdbm-&gdbm-version;.tar.gz">
|
<!ENTITY gdbm-url "&gnu;gdbm/gdbm-&gdbm-version;.tar.gz">
|
||||||
<!ENTITY gdbm-md5 "1d1b1d5c0245b1c00aff92da751e9aa1">
|
<!ENTITY gdbm-md5 "59f6e4c4193cb875964ffbe8aa384b58">
|
||||||
<!ENTITY gdbm-home "&gnu-software;gdbm/">
|
<!ENTITY gdbm-home "&gnu-software;gdbm/">
|
||||||
<!ENTITY gdbm-ch5-du "2.7 MB">
|
<!ENTITY gdbm-ch5-du "2.7 MB">
|
||||||
<!ENTITY gdbm-ch5-sbu "0.1 SBU">
|
<!ENTITY gdbm-ch5-sbu "0.1 SBU">
|
||||||
|
Loading…
Reference in New Issue
Block a user