Changeset 869e6892 for server


Ignore:
Timestamp:
07/31/2018 08:13:32 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4402a39
Parents:
ecea644
Message:

Update to db-18.1.25

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    recea644 r869e6892  
    66
    77  <!ENTITY db-download-http
    8     "http://download.oracle.com/berkeley-db/db-&db-version;.tar.gz">
     8    "https://fossies.org/linux/misc/db-&db-version;.tar.xz">
    99  <!ENTITY db-download-ftp  " ">
    10   <!ENTITY db-md5sum        "33491b4756cb44b91c3318b727e71023">
    11   <!ENTITY db-size          "43 MB">
    12   <!ENTITY db-buildsize     "236 MB">
     10  <!ENTITY db-md5sum        "735e91e30db8efcd0b833c3926278f6e">
     11  <!ENTITY db-size          "28 MB">
     12  <!ENTITY db-buildsize     "219 MB">
    1313  <!ENTITY db-time          "0.7 SBU">
    1414]>
     
    7676    <bridgehead renderas="sect4">Optional</bridgehead>
    7777    <para role="optional">
    78       <xref linkend="tcl"/><!--,
     78      <xref linkend="tcl"/> and
     79      <xref linkend="openssl10"/>
     80     
     81      <!--,
    7982      <xref linkend="openjdk"/> or <xref linkend="java"/>, and
    8083- -          This is currently broken, removed for now.                - -
     
    161164                  --enable-dbm       \
    162165                  --disable-static   \
    163                   --enable-cxx       &amp;&amp;
     166                  --enable-cxx       \
     167                  --with-repmgr-ssl=no &amp;&amp;
    164168make</userinput></screen>
    165169
     
    196200      <parameter>--enable-cxx</parameter>: This switch enables building C++ API
    197201      libraries.
     202    </para>
     203
     204    <para>
     205      <parameter>--with-repmgr-ssl=no</parameter>: Disable ssl support for the
     206      replication manager. Removing this option requires <xref linkend="openssl10"/>
     207      and modifying the soruce code (not tested).
    198208    </para>
    199209
Note: See TracChangeset for help on using the changeset viewer.