Changeset 3e06289 for networking


Ignore:
Timestamp:
08/23/2014 07:03:12 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
fa36572
Parents:
7846c8f
Message:

More checks and fixes.

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

Location:
networking
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/ldns.xml

    r7846c8f r3e06289  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    116116
    117117    <para>
    118       This package does not come with a working test suite.
     118      This package does not have a working test suite.
    119119    </para>
    120120
     
    126126
    127127    <para>
    128       If you built html documentation, install it by running the following
     128      If you have built the html documentation, install it by running the following
    129129      commands as the <systemitem class="username">root</systemitem> user:
    130130    </para>
     
    142142
    143143    <para>
    144       <parameter>--with-drill</parameter>: This option enables building of the
     144      <parameter>--with-drill</parameter>: This switch enables building of the
    145145      <command>drill</command> tool.
    146146    </para>
    147147
    148148    <para>
    149       <option>--with-examples</option>: This option enables building of the
     149      <option>--with-examples</option>: This switch enables building of the
    150150      example programs.
    151151    </para>
    152152
    153153    <para>
    154       <option>--with-pyldns</option>: This option enables building of the Python
     154      <option>--with-pyldns</option>: This switch enables building of the Python
    155155      bindings.
    156156    </para>
     
    163163    <segmentedlist>
    164164      <segtitle>Installed Programs</segtitle>
    165       <segtitle>Installed Library</segtitle>
     165      <segtitle>Installed Libraries</segtitle>
    166166      <segtitle>Installed Directories</segtitle>
    167167
  • networking/netlibs/libevent.xml

    r7846c8f r3e06289  
    4040    </para>
    4141
    42     &lfs75_checked;
     42    &lfs76_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netlibs/libnl.xml

    r7846c8f r3e06289  
    66
    77  <!ENTITY libnl-download-http
    8   "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-&libnl-version;.tar.gz">
     8           "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-&libnl-version;.tar.gz">
    99  <!ENTITY libnl-download-ftp  " ">
    1010  <!ENTITY libnl-md5sum        "03f74d0cd5037cadc8cdfa313bbd195c">
     
    1515
    1616  <!ENTITY libnl-doc-download-http
    17   "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-doc-&libnl-version;.tar.gz">
     17           "http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-doc-&libnl-version;.tar.gz">
    1818  <!ENTITY libnl-doc-download-ftp  " ">
    1919  <!ENTITY libnl-doc-md5sum        "641f73052d9f54e720efe1a476a20237">
     
    4343    </para>
    4444
    45     &lfs75_checked;
     45    &lfs76_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    178178        </seg>
    179179        <seg>
    180           libnl-3.so, 
    181           libnl-cli-3.so, 
     180          libnl-3.so,
     181          libnl-cli-3.so,
    182182          libnl-genl-3.so,
    183183          libnl-idiag-3.so,
    184           libnl-nf-3.so,
    185           libnl-route-3.so, and
    186           cli modules under /usr/lib/libnl/cli tree
     184          libnl-nf-3.so, and
     185          libnl-route-3.so
    187186        </seg>
    188187        <seg>
  • networking/netlibs/libpcap.xml

    r7846c8f r3e06289  
    3535    </para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676    <para role="optional">
    7777      <xref linkend="bluez"/>,
     78      <xref linkend="dbus"/>,
    7879      <xref linkend="libnl"/>,
    7980      <xref linkend="libusb"/>,
     
    9798    </para>
    9899
    99 <screen><userinput>./configure --prefix=/usr --enable-bluetooth=no &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr --disable-bluetooth &amp;&amp;
    100101make</userinput></screen>
    101102
     
    121122    <title>Command Explanations</title>
    122123
    123     <para><parameter>--enable-bluetooth=no</parameter>: Currently, <application>libpcap-1.6.1</application> doesn't build with  <application>bluez-5.21</application>.</para>
     124    <para>
     125      <parameter>--disable-bluetooth</parameter>: This switch disables Bluetooth support
     126      because it doesn't build with latest <application>BlueZ</application>.
     127    </para>
     128
     129    <para>
     130      <option>--disable-dbus</option>: Use this switch if you wish to disable
     131      <application>D-Bus</application> support.
     132    </para>
    124133
    125134  </sect2>
  • networking/netutils/avahi-systemd.xml

    r7846c8f r3e06289  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.