Changeset 472ae882


Ignore:
Timestamp:
08/11/2005 05:33:48 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
36769b3
Parents:
980e515e
Message:

Added sharutils as an optional dependency of Berkeley DB

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4913 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r980e515e r472ae882  
    2727    <listitem>
    2828      <para>August 11th, 2005 [randy]: Updated the JDK binary version to
    29       1.5.0_04.</para>
     29      1.5.0_04; added sharutils as an optional dependency of Berkeley DB.</para>
    3030    </listitem>
    3131
  • server/databases/db.xml

    r980e515e r472ae882  
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="tcl"/> and <xref linkend="jdk"/></para>
     61    <para><xref linkend="tcl"/>, <xref linkend="jdk"/> and
     62    <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink>
     63    (for the <command>uudecode</command> command)</para>
    6264
    6365  </sect2>
     
    115117<screen role="root"><userinput>make docdir=/usr/share/doc/db-&db-version; install &amp;&amp;
    116118chown root:root /usr/bin/db_* \
    117 /usr/lib/libdb* /usr/include/db* &amp;&amp;
     119    /usr/lib/libdb* /usr/include/db* &amp;&amp;
    118120chown -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
    119121
     
    134136    <para><parameter>--enable-cxx</parameter>: This switch enables building
    135137    C++ API libraries.</para>
    136 
    137     <para><parameter>--enable-test</parameter>: Enables building the test suite
    138     (requires the two Tcl switches below).</para>
    139138
    140139    <para><parameter>--enable-tcl --with-tcl=/usr/lib</parameter>:
Note: See TracChangeset for help on using the changeset viewer.