Ignore:
Timestamp:
04/16/2018 03:52:58 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
b65f260d
Parents:
bb0652ca
Message:

Add forgotten options to latest subversion

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    rbb0652ca red9ef43f  
    112112      <xref linkend="cyrus-sasl"/>,
    113113      <xref linkend="dbus"/>,
     114      <xref linkend="libsecret"/>,
    114115<!--      <xref linkend="kdelibs"/> (for <ulink url="http://utils.kde.org/projects/kwalletmanager/">KWallet</ulink> support), -->
    115116      <xref linkend="python2"/> (with sqlite support for the tests),
    116       <xref linkend="ruby"/>, and
    117       <xref linkend="swig"/> (for building Perl, Python and Ruby bindings)
     117      <xref linkend="ruby"/>,
     118      <xref linkend="swig"/> (for building Perl, Python and Ruby bindings),
     119      <ulink url="https://github.com/lz4/lz4/releases">LZ4</ulink>, and
     120      <ulink url="http://git.netsurf-browser.org/libutf8proc.git/">UTF8proc</ulink>
    118121    </para>
    119122
     
    149152    </para>
    150153
    151 <screen><userinput>./configure --prefix=/usr    \
    152             --disable-static \
    153             --with-apache-libexecdir &amp;&amp;
     154<screen><userinput>./configure --prefix=/usr             \
     155            --disable-static          \
     156            --with-apache-libexecdir  \
     157            --with-lz4=internal       \
     158            --with-utf8proc=internal &amp;&amp;
    154159make</userinput></screen>
    155160
     
    256261      of <filename class="directory">/usr/libexec</filename>. It has no effect
    257262      if <application>Apache</application> is not installed.
     263    </para>
     264
     265    <para>
     266      <parameter>--with-lz4=internal, --with-utf8proc=internal</parameter>:
     267      Remove them if you have installed the optional dependencies.
    258268    </para>
    259269
Note: See TracChangeset for help on using the changeset viewer.