Ignore:
Timestamp:
09/08/2014 05:23:44 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
8851c73
Parents:
301d87a
Message:

Merged updates from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libpcap.xml

    r301d87a rf19c7de  
    6767        <para>
    6868          Estimated build time: &libpcap-time;
     69        </para>
     70      </listitem>
     71    </itemizedlist>
     72
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Recommended patch:
     78          <ulink url="&patch-root;/libpcap-&libpcap-version;-enable_bluetooth-1.patch"/>
     79          (Needed for bluez-5.21)
    6980        </para>
    7081      </listitem>
     
    98109    </para>
    99110
    100 <screen><userinput>./configure --prefix=/usr --disable-bluetooth &amp;&amp;
     111<screen><userinput>patch -Np1 -i ../libpcap-&libpcap-version;-enable_bluetooth-1.patch &amp;&amp;
     112./configure --prefix=/usr &amp;&amp;
    101113make</userinput></screen>
    102114
     
    122134    <title>Command Explanations</title>
    123135
    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>
     136    <para><parameter>--enable-bluetooth=no</parameter>: Necessary, if the
     137    recommended patch is not applied, because since 1.6.1 this application
     138    needs a fix, in order to build with
     139    <application>bluez-5.21</application>.</para>
    128140
    129141    <para>
Note: See TracChangeset for help on using the changeset viewer.