Changeset 29e5e6e


Ignore:
Timestamp:
10/12/2017 07:28:15 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
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:
13f9e20
Parents:
dff94d4
Message:

Remove obsolete "sed" command in libxslt: configure.in
does not exist anymore, and configure.ac has been fixed.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    rdff94d4 r29e5e6e  
    114114    </para>
    115115
    116 <screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml}                   &amp;&amp;
    117 sed -i '/WITH_MODULES=.*--variable/ a \\t\tXML_CONFIG="$PKG_CONFIG libxml-2.0"' \
    118  configure.in                                                                   &amp;&amp;
    119 autoreconf -fiv                                                                 &amp;&amp;
    120 ./configure --prefix=/usr --disable-static                                      &amp;&amp;
     116<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
     117./configure --prefix=/usr --disable-static                   &amp;&amp;
    121118make</userinput></screen>
    122119
     
    139136      <command>sed -i s/3000/5000/ ...</command>: this increases the recursion
    140137      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 that
    146       any package using <command>xslt-config --cflags</command> to discover
    147       how to compile against libxslt will get the correct result.
    148138    </para>
    149139
Note: See TracChangeset for help on using the changeset viewer.