Ignore:
Timestamp:
Jul 10, 2006, 4:53:33 AM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
b3222d2
Parents:
5fbeb82
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
  • testsuite-tools/common/expect.xml

    r5fbeb82 r9222d1bf  
    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.