Ignore:
Timestamp:
12/11/2014 11:03:24 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.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, nosym, 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:
6183ddb
Parents:
2347067b
Message:

Update to stunnel-5.08.
BIND-9.10.1-P1: Separate optional test suite fix from build instructions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    r2347067b r15e49d1  
    114114<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
    115115
    116     <para>Install <application>BIND</application> by running the
    117     following commands:</para>
     116    <para>If you wish to run the test suite, remove some tests that fail:</para>
    118117
    119118<screen><userinput>sed -e 's/ecdsa //'   \
    120119    -e 's/tsiggss //' \
    121120    -e 's/xfer //'    \
    122     -i bin/tests/system/conf.sh.in &amp;&amp;
    123 
    124 ./configure --prefix=/usr           \
     121    -i bin/tests/system/conf.sh.in</userinput></screen>
     122
     123    <para>Install <application>BIND</application> by running the
     124    following commands:</para>
     125
     126<screen><userinput>./configure --prefix=/usr           \
    125127            --sysconfdir=/etc       \
    126128            --localstatedir=/var    \
Note: See TracChangeset for help on using the changeset viewer.