Changeset 29e5e6e
- Timestamp:
- 10/12/2017 07:28:15 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 13f9e208
- 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.