Changeset a136ea0


Ignore:
Timestamp:
07/11/2004 08:57:30 PM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
d2c032a3
Parents:
17e4e55
Message:

fixed db4 build against NPTL

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db.xml

    r17e4e55 ra136ea0  
    6363    --enable-compat185 \
    6464    --enable-cxx &amp;&amp;
    65 make &amp;&amp;
     65make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread" &amp;&amp;
    6666make docdir=/usr/share/doc/db-&db-version; install</command></userinput></screen>
    6767
     
    8484<application>Berkeley DB</application> comes with various
    8585build directories for different platforms.</para>
     86
     87<para><command>make LIBSO_LIBS="-lpthread"
     88LIBXSO_LIBS="-lpthread"</command>:  configure does not correctly handle
     89<acronym>NPTL</acronym>.  These variables force it to properly link
     90against <acronym>NPTL</acronym>.</para>
    8691
    8792<para><command>make docdir=/usr/share/doc/db-&db-version;
  • introduction/welcome/changelog.xml

    r17e4e55 ra136ea0  
    1919<itemizedlist>
    2020
     21<listitem><para>July 11th, 2004 [dj]: Added -lpthread to make line for db4
     22to fix build against NPTL.</para></listitem>
     23
    2124<listitem><para>July 11th, 2004 [igor]: Updated to WvStreams-3.75.0,
    2225WvDial-1.54.0, Postfix-2.1.4 and CVS-1.11.17.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.