Ignore:
Timestamp:
03/05/2019 03:33:51 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
ad4d3fd
Parents:
4aed078
Message:

Merge to HEAD 21284.

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

File:
1 edited

Legend:

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

    r4aed078 rd6464b5  
    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.