Changeset 693e2fb for chapter06/db.xml


Ignore:
Timestamp:
01/07/2006 04:39:54 PM (18 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4da4a63
Parents:
cc25e35
Message:

's/DB/Berkeley DB/' and remove -lpthread overrides from it.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/db.xml

    rcc25e35 r693e2fb  
    55]>
    66<sect1 id="ch-system-db" role="wrap">
    7 <title>DB-&db-version;</title>
     7<title>Berkeley DB-&db-version;</title>
    88<?dbhtml filename="db.html"?>
    99
     
    1111
    1212<sect2 role="package"><title/>
    13 <para>The DB package contains programs and utilities used by many other
     13<para>The Berkeley DB package contains programs and utilities used by many other
    1414applications for database related functions.</para>
    1515
     
    5151<para>Compile the package:</para>
    5252
    53 <screen><userinput>make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"</userinput></screen>
    54 
    55 <para>The meaning of the make option:</para>
    56 
    57 <variablelist>
    58 <varlistentry>
    59 <term><parameter>LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"</parameter></term>
    60 <listitem><para>These variables work around a bug in the <command>configure</command>
    61 script that causes the DB libraries not to link against NPTL libraries</para></listitem>
    62 </varlistentry>
    63 </variablelist>
     53<screen><userinput>make</userinput></screen>
    6454
    6555<para>It is not possible to test the package meaningfully, because that
Note: See TracChangeset for help on using the changeset viewer.