Changeset 7d9150d for content


Ignore:
Timestamp:
11/17/2004 02:58:27 AM (19 years ago)
Author:
Igor Živković <igor@…>
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:
83f40b6
Parents:
6f7a497
Message:

Updated to Berkeley DB-4.3.21.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db.xml

    r6f7a497 r7d9150d  
    55  %general-entities;
    66
    7   <!ENTITY db-download-http " ">
    8   <!ENTITY db-download-ftp  "ftp://sleepycat1.inetu.net/releases/db-4.2.52.tar.gz">
    9   <!ENTITY db-size          "4.1 MB">
    10   <!ENTITY db-buildsize     "68 MB">
     7  <!ENTITY db-download-http "http://www.arte.unipi.it/Public/UNIX/db-&db-version;.tar.gz">
     8  <!ENTITY db-download-ftp "ftp://sleepycat1.inetu.net/releases/db-&db-version;.tar.gz">
     9  <!ENTITY db-size          "5.7 MB">
     10  <!ENTITY db-buildsize     "71 MB">
    1111  <!ENTITY db-time          "1.22 SBU">
    1212]>
     
    3434url="&db-download-ftp;"/></para></listitem>
    3535<listitem><para>Download size: &db-size;</para></listitem>
    36 <listitem><para>Estimated Disk space required:
     36<listitem><para>Estimated disk space required:
    3737&db-buildsize;</para></listitem>
    3838<listitem><para>Estimated build time:
    3939&db-time;</para></listitem></itemizedlist>
    40 </sect3>
    41 
    42 <sect3><title>Additional downloads</title>
    43 <itemizedlist spacing='compact'>
    44 <listitem><para>Required Patch: <ulink
    45 url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1"/></para></listitem>
    46 <listitem><para>Required Patch: <ulink
    47 url="http://www.sleepycat.com/update/4.2.52/patch.&db-version;"/></para>
    48 </listitem></itemizedlist>
    4940</sect3>
    5041
     
    6354commands:</para>
    6455
    65 <screen><userinput><command>patch -Np0 -i ../patch.4.2.52.1 &amp;&amp;
    66 patch -Np0 -i ../patch.&db-version; &amp;&amp;
    67 cd build_unix &amp;&amp;
     56<screen><userinput><command>cd build_unix &amp;&amp;
    6857../dist/configure --prefix=/usr \
    6958    --enable-compat185 \
     
    8271chown -R root:root /usr/share/doc/db-4.2.52.2</command></userinput></screen>
    8372
    84 <!-- <note><para>If you wish to enable <application>Java</application>
    85 support in <application>Berkeley DB</application>-&db-version;, add
    86 <parameter>-enable-java</parameter> to the configure options. This requires a
    87 Java compiler.
    88 <application>Java</application> support is needed
    89 if you plan to use system installed <application>Berkeley DB</application> when
    90 compiling <xref linkend="openoffice"/>.</para></note> -->
    91 
    9273</sect2>
    9374
     
    10081<application>Berkeley DB</application> comes with various
    10182build directories for different platforms.</para>
     83
     84<para><parameter>--enable-compat185</parameter>: This switch enables
     85building DB 1.85 compatibility <acronym>API</acronym>.</para>
     86
     87<para><parameter>--enable-cxx</parameter>: This switch enables building
     88C++ <acronym>API</acronym>.</para>
    10289
    10390<para><command>make LIBSO_LIBS="-lpthread"
Note: See TracChangeset for help on using the changeset viewer.