mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Increase the recursion limit in libxslt, which allows man pages for samba and systemd to be generated
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19272 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c068b99714
commit
ba3bd45656
@ -113,7 +113,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>
|
||||
<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &&
|
||||
sed -i '/WITH_MODULES=.*--variable/ a \\t\tXML_CONFIG="$PKG_CONFIG libxml-2.0"' \
|
||||
configure.in &&
|
||||
autoreconf -fiv &&
|
||||
@ -135,6 +135,11 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>sed -i s/3000/5000/ ...</command>: this increases the recursion
|
||||
limit in libxslt. This is needed by some packages for their documentation.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed -i '/WITH_MODULES=.*--variable/ ...</command>:
|
||||
this, and the following <command>autoreconf</command>, ensure that
|
||||
|
Loading…
Reference in New Issue
Block a user