Changeset f651bed


Ignore:
Timestamp:
05/13/2024 06:59:17 AM (11 days ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
029371f
Parents:
b2837c9
Message:

Merge to m{,x}32 and fix instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    rb2837c9 rf651bed  
    231231            --without-debug         \
    232232            --without-ada           \
    233             --disable-stripping     \
    234             --enable-widec</userinput></screen>
     233            --disable-stripping</userinput></screen>
    235234
    236235    <para>Compile the package:</para>
     
    241240
    242241<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR TIC_PATH=$(pwd)/build/progs/tic install
    243 ln -s libncursesw.so DESTDIR/usr/lib32/libcursesw.so
     242ln -s libncursesw.so DESTDIR/usr/lib32/libcurses.so
    244243cp -Rv DESTDIR/usr/lib32/* $LFS/usr/lib32
    245244rm -rf DESTDIR</userinput></screen>
     
    271270            --without-debug         \
    272271            --without-ada           \
    273             --disable-stripping     \
    274             --enable-widec</userinput></screen>
     272            --disable-stripping</userinput></screen>
    275273
    276274    <para>Compile the package:</para>
     
    281279
    282280<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR TIC_PATH=$(pwd)/build/progs/tic install
    283 ln -s libncursesw.so DESTDIR/usr/libx32/libcursesw.so
     281ln -s libncursesw.so DESTDIR/usr/libx32/libcurses.so
    284282cp -Rv DESTDIR/usr/libx32/* $LFS/usr/libx32
    285283rm -rf DESTDIR</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.