Changeset 29e5e6e
- Timestamp:
- 10/12/2017 07:28:15 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 13f9e20
- Parents:
- dff94d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libxslt.xml
rdff94d4 r29e5e6e 114 114 </para> 115 115 116 <screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} && 117 sed -i '/WITH_MODULES=.*--variable/ a \\t\tXML_CONFIG="$PKG_CONFIG libxml-2.0"' \ 118 configure.in && 119 autoreconf -fiv && 120 ./configure --prefix=/usr --disable-static && 116 <screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} && 117 ./configure --prefix=/usr --disable-static && 121 118 make</userinput></screen> 122 119 … … 139 136 <command>sed -i s/3000/5000/ ...</command>: this increases the recursion 140 137 limit in libxslt. This is needed by some packages for their documentation. 141 </para>142 143 <para>144 <command>sed -i '/WITH_MODULES=.*--variable/ ...</command>:145 this, and the following <command>autoreconf</command>, ensure that146 any package using <command>xslt-config --cflags</command> to discover147 how to compile against libxslt will get the correct result.148 138 </para> 149 139
Note:
See TracChangeset
for help on using the changeset viewer.