Changeset 646a42e for networking


Ignore:
Timestamp:
01/24/2015 07:18:33 PM (9 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.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
438850e
Parents:
213c5f7
Message:

Update to lua-5.3.0 and required fixes of other packages.

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

Location:
networking/netutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/nmap.xml

    r213c5f7 r646a42e  
    7272    <para role="recommended">
    7373      <xref linkend="libpcap"/>,
    74       <xref linkend="lua"/>,
    75       <xref linkend="pcre"/>, and
     74<!--  <xref linkend="lua"/>,-->
     75      <xref linkend="pcre"/> and
    7676      <xref linkend="liblinear"/>
    7777<!-- This is not recommended, see: http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
     
    105105    commands:</para>
    106106
    107 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     107<screen><userinput>./configure --prefix=/usr --with-liblua=included &amp;&amp;
    108108make -j1</userinput></screen>
    109109
     
    119119
    120120<screen role="root"><userinput>make install</userinput></screen>
     121
     122  </sect2>
     123
     124  <sect2 role="commands">
     125    <title>Command Explanations</title>
     126
     127    <para><parameter>--with-liblua=included</parameter>: This witch is
     128    recommended because building with system lua-5.3.0 fails.</para>
    121129
    122130  </sect2>
  • networking/netutils/wireshark.xml

    r213c5f7 r646a42e  
    6565    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6666    <itemizedlist spacing="compact">
     67      <listitem>
     68        <para>
     69          Required patch:
     70          <ulink url="&patch-root;/wireshark-&wireshark-version;-lua_5_3_0-1.patch"/>
     71        </para>
     72      </listitem>
    6773      <listitem>
    6874        <para>Additional Documentation:
     
    195201    the following commands:</para>
    196202
    197 <screen><userinput>./configure --prefix=/usr     \
     203<screen><userinput>patch -Np1 -i wireshark-&wireshark-version;-lua_5_3_0-1.patch  &amp;&amp;
     204
     205./configure --prefix=/usr     \
    198206            --with-gtk3=yes   \
    199207            --with-qt=no      \
Note: See TracChangeset for help on using the changeset viewer.