Ignore:
Timestamp:
02/24/2018 09:05:02 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 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:
6773302
Parents:
39e9acce
Message:

Cyrus-sasl does not support paralllel build, and fix /option/parameter in
berkeley-DB

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

File:
1 edited

Legend:

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

    r39e9acce rb412c90f  
    125125    <title>Installation of Cyrus SASL</title>
    126126
     127    <note>
     128      <para>
     129        This package does not support parallel build.
     130      </para>
     131    </note>
     132
    127133    <para>
    128134      Install <application>Cyrus SASL</application> by
     
    139145            --with-dbpath=/var/lib/sasl/sasldb2 \
    140146            --with-saslauthd=/var/run/saslauthd &amp;&amp;
    141 make</userinput></screen>
     147make -j1</userinput></screen>
    142148
    143149    <para>
Note: See TracChangeset for help on using the changeset viewer.