mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Fixes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11153 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4df53b44c6
commit
5cfcafef8b
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2013">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
|
@ -79,12 +79,27 @@
|
||||
<xref linkend="libxml2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="DocBook"/> and
|
||||
<xref linkend="docbook-xsl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libgcrypt"/> and
|
||||
<xref linkend="python2"/>
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
Although it is not a direct dependency, many applications
|
||||
using <application>libxslt</application> will expect
|
||||
<xref linkend="DocBook"/> and <xref linkend="docbook-xsl"/>
|
||||
to be present.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libxslt"/>
|
||||
</para>
|
||||
|
@ -135,7 +135,8 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror -Wformat\"@g" -i configure &&
|
||||
./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--with-system-expat \
|
||||
--with-system-ffi \
|
||||
@ -169,6 +170,12 @@ find /usr/share/doc/python-&python2-version; -type f -exec chmod 0644 {} \;</use
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror -Wformat\"@g"
|
||||
-i configure</command>: Fixes building with
|
||||
<application>GCC</application> 4.8.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--with-system-expat</option>: This switch enables linking against
|
||||
system version of <application>Expat</application>. Remove if you have
|
||||
|
@ -133,7 +133,8 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
<screen><userinput>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror -Wformat\"@g" -i configure &&
|
||||
./configure --prefix=/usr \
|
||||
--enable-shared \
|
||||
--with-system-expat \
|
||||
--with-system-ffi &&
|
||||
@ -169,6 +170,12 @@ tar --strip-components=1 \
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed "s@\"\$CFLAGS -Werror\"@\"\$CFLAGS -Werror -Wformat\"@g"
|
||||
-i configure</command>: Fixes building with
|
||||
<application>GCC</application> 4.8.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--with-system-expat</option>: This switch enables linking against
|
||||
system version of <application>Expat</application>. Remove if you have
|
||||
|
@ -86,7 +86,10 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/>
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="DocBook"/>,
|
||||
<xref linkend="docbook-xsl"/> and
|
||||
<xref linkend="libxslt"/> (to build manual pages)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required for the testsuite)</bridgehead>
|
||||
|
Loading…
Reference in New Issue
Block a user