Changeset 6bfd4e2 for postlfs


Ignore:
Timestamp:
12/02/2011 05:35:35 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
87f38ee
Parents:
88cec02
Message:

Added a sed to fix compiling Cyrus SASL against Berkeley DB 5
Thanks to John Burrell

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cyrus-sasl.xml

    r88cec02 r6bfd4e2  
    9292<screen><userinput>sed -i.bak 's/#elif WITH_DES/#elif defined(WITH_DES)/' \
    9393    plugins/digestmd5.c &amp;&amp;
     94sed -i 's#DB_VERSION_MAJOR == 4.*#(&amp;) || DB_VERSION_MAJOR == 5#' \
     95    {sasldb/db_berkeley.c,utils/dbconverter-2.c} &amp;&amp;
    9496./configure --prefix=/usr \
    9597            --sysconfdir=/etc \
     
    122124    a build problem caused by using newer compilers.</para>
    123125
     126    <para><command>sed -i 's#DB_VERSION_MAJOR ...</command>: This fixes
     127    compiling against version 5 of <xref linkend="db"/>.</para>
     128
    124129    <para><parameter>--with-dbpath=/var/lib/sasl/sasldb2</parameter>: This
    125130    parameter forces the <command>sasldb</command> database to be created
     
    148153    <command>make install</command> command.</para>
    149154
    150     <para><command>install -v -m700 -d /var/lib/sasl ... -m711 /var/run/saslauthd</command>:
     155    <para><command>install -v -m700 -d /var/lib/sasl ...
     156    -m711 /var/run/saslauthd</command>:
    151157    These directories must exist when starting <command>saslauthd</command> or
    152158    using the sasldb plugin. If you're not going to be running the daemon or
Note: See TracChangeset for help on using the changeset viewer.