Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/expect.xml

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