Ignore:
Timestamp:
07/01/2024 06:59:19 AM (7 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2b63974
Parents:
fe48a03 (diff), 201aa93 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/expect.xml

    rfe48a03 re4b4c5a  
    6767    subtle breakages may also happen.</para>
    6868
     69    <para>Now, make some changes to allow the package with gcc-14.1 or later:</para>
     70
     71<screen><userinput remap="pre">patch -Np1 -i ../expect-&expect-version;-gcc14-1.patch</userinput></screen>
     72
    6973    <para>Prepare Expect for compilation:</para>
    7074
     
    7276            --with-tcl=/usr/lib     \
    7377            --enable-shared         \
     78            --disable-rpath         \
    7479            --mandir=/usr/share/man \
    7580            --with-tclinclude=/usr/include</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.