move clucene from required to recommended soprano dependencies

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12509 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2014-01-02 21:08:26 +00:00
parent 17d6b7c15b
commit e8c07fad59
2 changed files with 14 additions and 4 deletions

View File

@ -46,6 +46,11 @@
<listitem>
<para>January 2nd, 2014</para>
<itemizedlist>
<listitem>
<para>[igor] - Move CLucene from required to recommended dependencies
for Soprano, reported by Armin K. Fixes <ulink
url="&blfs-ticket-root;4514">#4514</ulink>.</para>
</listitem>
<listitem>
<para>[igor] - Use CLucene tarball instead of git checkout, thanks to
Thomas Trepl. Fixes <ulink url="&blfs-ticket-root;4515">#4515</ulink>.</para>

View File

@ -85,13 +85,13 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="cmake"/>,
<xref linkend="qt4"/>,
<xref linkend="redland"/>, and
<xref linkend="clucene"/>
<xref linkend="qt4"/>, and
<xref linkend="redland"/>
</para>
<bridgehead renderas="sect4">Recommended (Required if building KDE)</bridgehead>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="clucene"/>,
<xref linkend="dbus"/>,
<xref linkend="libiodbc"/> (required for the Virtuoso backend. Additionally,
<xref linkend="virtuoso"/> is required as a runtime dependency for this
@ -140,6 +140,11 @@ make</userinput></screen>
to apply higher level of the compiler optimizations.
</para>
<para>
<option>-DSOPRANO_DISABLE_CLUCENE_INDEX=ON</option>: This switch disables
compilation of Clucene-based full-text index.
</para>
</sect2>
<sect2 role="configuration">