Changeset 6ba3ab5 for networking


Ignore:
Timestamp:
03/20/2024 06:13:51 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
48aa301
Parents:
8c90e62
git-author:
Xi Ruoyao <xry111@…> (03/20/2024 06:12:53 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/20/2024 06:13:51 PM)
Message:

bookwide: Remove external references for lz4

Now lz4 is in LFS. Also remove switches for building without lz4.

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/rsync.xml

    r8c90e62 r6ba3ab5  
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    7979    <para role="optional">
    80       <xref linkend="doxygen"/>,
    81       <ulink url="https://lz4.github.io/lz4/">lz4</ulink>, and
     80      <xref linkend="doxygen"/> and
    8281      <ulink url="https://cyan4973.github.io/xxHash/">xxhash</ulink>
    8382    </para>
     
    107106
    108107<screen><userinput>./configure --prefix=/usr    \
    109             --disable-lz4    \
    110108            --disable-xxhash \
    111109            --without-included-zlib &amp;&amp;
     
    142140  <sect2 role="commands">
    143141    <title>Command Explanations</title>
    144 
    145     <para>
    146       <parameter>--disable-lz4</parameter>: This switch disables LZ4 compression
    147       support. Note that it uses the superior 'zstd' algorithm when this switch
    148       is in use, and zstd is provided in LFS.
    149     </para>
    150142
    151143    <para>
  • networking/netutils/wireshark.xml

    r8c90e62 r6ba3ab5  
    149149      <ulink url="https://github.com/TimothyGu/libilbc">libilbc</ulink>,
    150150      <ulink url="https://www.ibr.cs.tu-bs.de/projects/libsmi/">libsmi</ulink>,
    151       <ulink url="https://lz4.github.io/lz4/">lz4</ulink>,
    152151      <ulink url="https://www.libssh.org/">libssh</ulink>,
    153152      <ulink url="https://github.com/maxmind/libmaxminddb">MaxMindDB</ulink>,
Note: See TracChangeset for help on using the changeset viewer.