Added Berkeley DB as optional dependency for MySQL.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2547 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Archaic 2004-08-02 17:02:56 +00:00
parent d016b33326
commit 9770a93ef3
3 changed files with 6 additions and 3 deletions

View File

@ -42,8 +42,8 @@ url="&patch-root;/mysql-&mysql-version;-nptl-1.patch"/></para></listitem>
<sect3><title><application>My<acronym>SQL</acronym></application> dependencies
</title>
<sect4><title>Optional</title>
<para><xref linkend="openssl"/>, <xref linkend="tcpwrappers"/>,
<xref linkend="which"/> and <xref linkend="ORBit"/>
<para><xref linkend="openssl"/>, <xref linkend="tcpwrappers"/>, <xref
linkend="db"/>, <xref linkend="which"/> and <xref linkend="ORBit"/>
</para></sect4>
</sect3>

View File

@ -6,7 +6,7 @@
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
<!ENTITY lfs-version "testing"> <!-- stable|testing|unstable] -->
<!ENTITY last-commit "Mon Aug 2 08:01:17 MDT 2004"> <!-- Need to set up auto update for this -->
<!ENTITY last-commit "Mon Aug 2 11:01:37 MDT 2004"> <!-- Need to set up auto update for this -->
<!ENTITY maintainer-fullname "Bruce Dubbs">
<!ENTITY maintainer-firstname "Bruce">

View File

@ -18,6 +18,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>August 2nd, 2004 [archaic]: Added Berkeley DB as optional
dependency for MySQL.</para></listitem>
<listitem><para>August 2nd, 2004 [archaic]: Dropped 'BASENAME=/usr' from the
make command.</para></listitem>