Ignore:
Timestamp:
Jul 9, 2006, 9:53:33 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6fa2db2
Parents:
a8355dc
Message:

Added a sed to fix the build of expect primarily on multilib builds because it was always including $prefix/lib. Now it includes $libdir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/testsuite-tools/common/expect.xml

    ra8355dc ra3b04fe  
    2626    <title>Installation of Expect</title>
    2727
    28     <para os="a">First, fix a bug that can result in false failures during the GCC
     28    <para os="s1">The following sed prevents searching for libraries in
     29    /tools/lib. It will now search in ${libdir}:</para>
     30
     31<screen os="s2"><userinput>sed -i '/EXP_LIB_SPEC=/s@${exec_prefix}/lib@${libdir}@' configure</userinput></screen>
     32
     33    <para os="a">Fix a bug that can result in false failures during the GCC
    2934    test suite run:</para>
    3035
Note: See TracChangeset for help on using the changeset viewer.