aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/db.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml
index ae49f34c3..6caad944e 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -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,17 +50,7 @@ Diffutils, GCC, Glibc, Make and Sed.</seg></seglistitem>
<para>Compile the package:</para>
-<screen><userinput>make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"</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>
+<screen><userinput>make</userinput></screen>
<para>It is not possible to test the package meaningfully, because that
would involve building TCL bindings. TCL bindings cannot be built properly