Changeset 6ba3ab5


Ignore:
Timestamp:
03/20/2024 06:13:51 PM (5 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.

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r8c90e62 r6ba3ab5  
    128128      <xref linkend="ruby"/>,
    129129      <xref linkend="swig"/> (for building Perl, Python and Ruby bindings),
    130       <ulink url="https://github.com/lz4/lz4/releases">LZ4</ulink>, and
     130      and
    131131      <ulink url="https://git.netsurf-browser.org/libutf8proc.git/">UTF8proc</ulink>
    132132    </para>
     
    179179            --disable-static          \
    180180            --with-apache-libexecdir  \
    181             --with-lz4=internal       \
    182181            --with-utf8proc=internal &amp;&amp;
    183182make</userinput></screen>
     
    301300
    302301    <para>
    303       <parameter>--with-lz4=internal</parameter>
    304302      <parameter>--with-utf8proc=internal</parameter>:
    305303      Remove these switches if you have installed the optional dependencies.
  • general/sysutils/systemd.xml

    r8c90e62 r6ba3ab5  
    140140      <ulink url="https://developers.yubico.com/libfido2/">libfido2</ulink>,
    141141      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
    142       <ulink url="https://lz4.github.io/lz4/">lz4</ulink>,
    143142      <ulink url="https://pypi.org/project/pefile/">pefile</ulink>,
    144143      <ulink url="https://pypi.org/project/pyelftools/">pyelftools</ulink>,
  • 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>,
  • server/databases/mariadb.xml

    r8c90e62 r6ba3ab5  
    116116      <ulink url="https://www.phontron.com/kytea/">KyTea</ulink>,
    117117      <ulink url="https://sourceforge.net/projects/judy/">Judy</ulink>,
    118       <ulink url="https://github.com/Cyan4973/lz4">lz4</ulink>,
    119118      <ulink url="https://taku910.github.io/mecab">MeCab</ulink>,
    120119      <ulink url="https://msgpack.org/">MessagePack</ulink>,
  • server/mail/dovecot.xml

    r8c90e62 r6ba3ab5  
    108108      <xref linkend="xfsprogs"/>,
    109109      <ulink url="https://cassandra.apache.org/">Cassandra</ulink>,
    110       <ulink url="https://github.com/Cyan4973/lz4">lz4</ulink>,
    111110      <ulink url="https://github.com/shibukawa/snowball_py">stemmer</ulink> and
    112111      <ulink url="https://libsodium.gitbook.io/doc/">libsodium</ulink>
Note: See TracChangeset for help on using the changeset viewer.