Changeset 1e0d6c3 for networking


Ignore:
Timestamp:
10/19/2013 01:36:10 PM (11 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.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b11e915
Parents:
82af50ed
Message:

Update to glib-2.38.1. Add patch to wireshark-1.10.2. Both, slightly reformatted.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wireshark.xml

    r82af50ed r1e0d6c3  
    6969           <ulink url="http://www.wireshark.org/download/docs/"/>
    7070         </para>
     71      </listitem>
     72      <listitem>
     73        <para>
     74          Required patch:
     75          <ulink url="&patch-root;/wireshark-&wireshark-version;-packet_gluster_duplicate_enums-fix-1.patch"/>
     76        </para>
    7177      </listitem>
    7278    </itemizedlist>
     
    160166    the following commands:</para>
    161167
    162 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     168<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-packet_gluster_duplicate_enums-fix-1.patch &amp;&amp;
     169./configure --prefix=/usr --sysconfdir=/etc                                  &amp;&amp;
    163170make</userinput></screen>
    164171
     
    214221    use of threads in <command>wireshark</command>.</para>
    215222
    216     <para><option>--with-ssl</option>: This parameter is required if you
     223    <para><parameter>--with-ssl</parameter>: This parameter is required if you
    217224    are linking Kerberos libraries into the build so that the
    218225    <application>OpenSSL</application>
    219226    <filename class='libraryfile'>libcrypto</filename> library is found.</para>
    220227
    221     <para><option>--with-python</option>: This parameter is required if you
     228    <para><parameter>--with-python</parameter>: This parameter is required if you
    222229    want Python bindings built.</para>
    223230
Note: See TracChangeset for help on using the changeset viewer.