Changeset 64a55cc for general/genlib


Ignore:
Timestamp:
09/18/2017 11:56:18 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b889223
Parents:
531f138
Message:

libxslt: Fix breakage of xslt-config --cflags in 1.1.30.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19250 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r531f138 r64a55cc  
    1010  <!ENTITY libxslt-size          "3.3 MB">
    1111  <!ENTITY libxslt-buildsize     "39 MB (with tests)">
    12   <!ENTITY libxslt-time          "0.2 SBU (with tests)">
     12  <!ENTITY libxslt-time          "0.3 SBU (with tests)">
    1313]>
    1414
     
    114114    </para>
    115115
    116 <screen><userinput>./configure --prefix=/usr --disable-static            &amp;&amp;
     116<screen><userinput>
     117sed -i '/WITH_MODULES=.*--variable/ a \\t\tXML_CONFIG="$PKG_CONFIG libxml-2.0"' \
     118 configure.in                                                                   &amp;&amp;
     119autoreconf -fiv                                                                 &amp;&amp;
     120./configure --prefix=/usr --disable-static                                      &amp;&amp;
    117121make</userinput></screen>
    118122
     
    132136    <title>Command Explanations</title>
    133137
    134 <!--
    135     <para>
    136       <command>sed -i '/#include &lt;xlocale.h&gt;/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>
    142144
    143145    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.