Changeset 505bdc6


Ignore:
Timestamp:
02/20/2007 05:46:37 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
38aa038
Parents:
5dfa33bf
Message:

Fixed sed in libxml2, closes #2299

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5dfa33bf r505bdc6  
    44-->
    55
    6 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     6<!ENTITY day          "19">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
  • general/genlib/libxml2.xml

    r5dfa33bf r505bdc6  
    9191    commands:</para>
    9292
    93 <screen><userinput>sed -i 's|/bin/tar|&amp; --wildcards|' xstc/Makefile &amp;&amp;
     93<screen><userinput>sed -i 's/@TAR@/&amp; --wildcards/' xstc/Makefile.in &amp;&amp;
    9494./configure --prefix=/usr &amp;&amp;
    9595make</userinput></screen>
     
    106106    <title>Command Explanations</title>
    107107
    108     <para><command>sed -i '...' xstc/Makefile</command>: This command is used
    109     to add a new parameter required by recent versions of
     108    <para><command>sed -i '...' xstc/Makefile.in</command>: This command is
     109    used to add a new parameter required by recent versions of
    110110    <command>tar</command>. Without this command, the test suite will not
    111111    complete properly.</para>
  • introduction/welcome/changelog.xml

    r5dfa33bf r505bdc6  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>February 19th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Fixed the sed needed to run the libxml2
     49          testsuite. Closes #2299. Report from kratz00.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4353
    4454    <listitem>
Note: See TracChangeset for help on using the changeset viewer.