Configure options --with-lz4=internal and --with-utf8proc=internal
are now required, if the optional dependencies are not installed.

--
Thanos
Index: general/prog/subversion.xml
===================================================================
--- general/prog/subversion.xml	(revision 20087)
+++ general/prog/subversion.xml	(working copy)
@@ -111,10 +111,13 @@
 -->
       <xref linkend="cyrus-sasl"/>,
       <xref linkend="dbus"/>,
+      <xref linkend="libsecret"/>,
 <!--      <xref linkend="kdelibs"/> (for <ulink url="http://utils.kde.org/projects/kwalletmanager/";>KWallet</ulink> support), -->
       <xref linkend="python2"/> (with sqlite support for the tests),
-      <xref linkend="ruby"/>, and
-      <xref linkend="swig"/> (for building Perl, Python and Ruby bindings)
+      <xref linkend="ruby"/>,
+      <xref linkend="swig"/> (for building Perl, Python and Ruby bindings),
+      <ulink url="https://github.com/lz4/lz4/releases";>LZ4</ulink>, and
+      <ulink url="http://git.netsurf-browser.org/libutf8proc.git/";>UTF8proc</ulink>
     </para>
 
     <bridgehead renderas="sect4">Optional (for the Java Bindings)</bridgehead>
@@ -148,9 +151,11 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr    \
-            --disable-static \
-            --with-apache-libexecdir &amp;&amp;
+<screen><userinput>./configure --prefix=/usr             \
+            --disable-static          \
+            --with-apache-libexecdir  \
+            --with-lz4=internal       \
+            --with-utf8proc=internal &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -258,6 +263,11 @@
     </para>
 
     <para>
+      <parameter>--with-lz4=internal, --with-utf8proc=internal</parameter>:
+      Remove them if you have installed the optional dependencies.
+    </para>
+
+    <para>
       <option>--enable-javahl</option>: enables compilation of Java high level
       bindings. Running <command>make javahl</command> is necessary to do
       the compilation.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to