Ignore:
Timestamp:
03/05/2019 02:52:30 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
a754697b
Parents:
9423da79
Message:

Update to python2-2.7.16.
Update to cracklib-2.9.7.
Update to vala-0.42.6.
Update to xinit-1.4.1.
Update to ibus-1.5.20.
Update to bind-9.12.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/bind-utils.xml

    r9423da79 r5cd7055  
    77  <!ENTITY bind-download-http   " ">
    88  <!ENTITY bind-download-ftp    "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    9   <!ENTITY bind-md5sum          "601a91c5bfb5b8e9b863b5e16ef546c1">
    10   <!ENTITY bind-size            "8.2 MB">
    11   <!ENTITY bind-utils-buildsize "122 MB">
     9  <!ENTITY bind-md5sum          "38c26af0725c4a5cf0e87c83b0544965">
     10  <!ENTITY bind-size            "7.5 MB">
     11  <!ENTITY bind-utils-buildsize "119 MB">
    1212  <!ENTITY bind-utils-time      "0.7 SBU">
    1313]>
     
    8383    running the following commands:</para>
    8484
    85  <screen><userinput>./configure --prefix=/usr &amp;&amp;
     85 <screen><userinput>./configure --prefix=/usr --without-python &amp;&amp;
    8686make -C lib/dns    &amp;&amp;
    8787make -C lib/isc    &amp;&amp;
     
    101101  <sect2 role="commands">
    102102    <title>Command Explanations</title>
     103
     104    <para><option>--without-python</option>: This option eliminates
     105    the need for an unused python module.</para>
    103106
    104107    <para><command>make -C lib/...</command>: These commands build the
Note: See TracChangeset for help on using the changeset viewer.