Changeset 64a55cc
- Timestamp:
- 09/18/2017 11:56:18 PM (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:
- b889223
- Parents:
- 531f138
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libxslt.xml
r531f138 r64a55cc 10 10 <!ENTITY libxslt-size "3.3 MB"> 11 11 <!ENTITY libxslt-buildsize "39 MB (with tests)"> 12 <!ENTITY libxslt-time "0. 2SBU (with tests)">12 <!ENTITY libxslt-time "0.3 SBU (with tests)"> 13 13 ]> 14 14 … … 114 114 </para> 115 115 116 <screen><userinput>./configure --prefix=/usr --disable-static && 116 <screen><userinput> 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 && 117 121 make</userinput></screen> 118 122 … … 132 136 <title>Command Explanations</title> 133 137 134 <!-- 135 <para> 136 <command>sed -i '/#include <xlocale.h>/d' libxslt/xsltlocale.h</command>: 137 with glibc-2.26, <filename>xlocale.h</filename> is no-longer installed, 138 any package using it should use <filename>locale.h</filename> but 139 <application>libxslt</application> references that on the previous line 140 of the header, so just delete this. 141 </para>--> 138 <para> 139 <command>sed -i '/WITH_MODULES=.*--variable/ ...</command>: 140 this, and the following <command>autoreconf</command>, ensure that 141 any package using <command>xslt-config --cflags</command> to discover 142 how to compile against libxslt will get the correct result. 143 </para> 142 144 143 145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
introduction/welcome/changelog.xml
r531f138 r64a55cc 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[ken] - libxslt-1.1.30 : make xslt-config --cflags work. Fixes 50 <ulink url="&blfs-ticket-root;9781">#9781</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[pierre] - Clarify cryptsetup dependencies.</para> 50 54 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.