Author: ken
Date: 2006-01-07 09:39:54 -0700 (Sat, 07 Jan 2006)
New Revision: 7255

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/packages.xml
   trunk/BOOK/chapter06/db.xml
Log:
's/DB/Berkeley DB/' and remove -lpthread overrides from it.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-01-07 12:32:12 UTC (rev 7254)
+++ trunk/BOOK/chapter01/changelog.xml  2006-01-07 16:39:54 UTC (rev 7255)
@@ -96,7 +96,7 @@
 <listitem><para>&bzip2-docs-patch;</para></listitem>
 <listitem><para>&gawk-segfault-patch;</para></listitem>
 <listitem><para>&gcc-specs-patch;</para></listitem>
-<listitem><para>DB-&db-version;</para></listitem>
+<listitem><para>Berkeley DB-&db-version;</para></listitem>
 <listitem><para>&inetutils-gcc4_fixes-patch;</para></listitem>
 <listitem><para>&kbd-gcc4_fixes-patch;</para></listitem>
 <listitem><para>MAN-DB-&man-db-version;</para></listitem>
@@ -124,6 +124,10 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>January 7, 2006 [ken]: Give Berkeley DB its full name,
+and remove the '-lpthread' overrides.</para>
+</listitem>
+
 <listitem><para>January 5, 2006 [jhuntwork]: Remove mention of news
 server until we actually have one. Thanks Randy.</para>
 </listitem>

Modified: trunk/BOOK/chapter03/packages.xml
===================================================================
--- trunk/BOOK/chapter03/packages.xml   2006-01-07 12:32:12 UTC (rev 7254)
+++ trunk/BOOK/chapter03/packages.xml   2006-01-07 16:39:54 UTC (rev 7255)
@@ -40,6 +40,13 @@
 </varlistentry>
 
 <varlistentry>
+<term>Berkeley DB (&db-version;) - 7,925 KB:</term>
+<listitem>
+<para><ulink url="http://dev.sleepycat.com/"/></para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
 <term>Binutils (&binutils-version;) - 12,272 KB:</term>
 <listitem>
 <para><ulink url="&gnu;binutils/"/></para>
@@ -68,13 +75,6 @@
 </varlistentry>
 
 <varlistentry>
-<term>DB (&db-version;) - 7,925 KB:</term>
-<listitem>
-<para><ulink url="http://dev.sleepycat.com/"/></para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
 <term>DejaGNU (&dejagnu-version;) - 852 KB:</term>
 <listitem>
 <para><ulink url="&gnu;dejagnu/"/></para>

Modified: trunk/BOOK/chapter06/db.xml
===================================================================
--- trunk/BOOK/chapter06/db.xml 2006-01-07 12:32:12 UTC (rev 7254)
+++ trunk/BOOK/chapter06/db.xml 2006-01-07 16:39:54 UTC (rev 7255)
@@ -4,13 +4,13 @@
   %general-entities;
 ]>
 <sect1 id="ch-system-db" role="wrap">
-<title>DB-&db-version;</title>
+<title>Berkeley DB-&db-version;</title>
 <?dbhtml filename="db.html"?>
 
 <indexterm zone="ch-system-db"><primary sortas="a-DB">Berkeley 
DB</primary></indexterm>
 
 <sect2 role="package"><title/>
-<para>The DB package contains programs and utilities used by many other
+<para>The Berkeley DB package contains programs and utilities used by many 
other
 applications for database related functions.</para>
 
 <segmentedlist>
@@ -50,18 +50,8 @@
 
 <para>Compile the package:</para>
 
-<screen><userinput>make LIBSO_LIBS="-lpthread" 
LIBXSO_LIBS="-lpthread"</userinput></screen>
+<screen><userinput>make</userinput></screen>
 
-<para>The meaning of the make option:</para>
-
-<variablelist>
-<varlistentry>
-<term><parameter>LIBSO_LIBS="-lpthread" 
LIBXSO_LIBS="-lpthread"</parameter></term>
-<listitem><para>These variables work around a bug in the 
<command>configure</command>
-script that causes the DB libraries not to link against NPTL 
libraries</para></listitem>
-</varlistentry>
-</variablelist>
-
 <para>It is not possible to test the package meaningfully, because that
 would involve building TCL bindings. TCL bindings cannot be built properly
 now because TCL is linked against Glibc in <filename 
class="directory">/tools</filename>,

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to