Ignore:
Timestamp:
05/14/2021 10:47:43 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
2606939
Parents:
51c01bff
Message:

Remove entities for multilib pathes
Add usage of libc_cv_rtlddir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    r51c01bff r0ebda11  
    168168            --host=$LFS_TGT32       \
    169169            --build=$(./config.guess)    \
    170             --libdir=&usr-lib-m32;     \
     170            --libdir=/usr/lib32     \
    171171            --mandir=/usr/share/man \
    172172            --with-shared           \
     
    176176            --enable-pc-files       \
    177177            --enable-widec          \
    178             --with-pkg-config-libdir=&usr-lib-m32;/pkgconfig</userinput></screen>
     178            --with-pkg-config-libdir=/usr/lib32/pkgconfig</userinput></screen>
    179179
    180180    <para>Compile the package:</para>
     
    185185
    186186<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR TIC_PATH=$(pwd)/build/progs/tic install
    187 ln -s libncursesw.so DESTDIR&usr-lib-m32;/libcursesw.so
    188 cp -Rv DESTDIR&usr-lib-m32;/* $LFS&usr-lib-m32;
     187ln -s libncursesw.so DESTDIR/usr/lib32/libcursesw.so
     188cp -Rv DESTDIR/usr/lib32/* $LFS/usr/lib32
    189189rm -rf DESTDIR</userinput></screen>
    190190
     
    208208            --host=$LFS_TGTX32      \
    209209            --build=$(./config.guess)    \
    210             --libdir=&usr-lib-mx32;    \
     210            --libdir=/usr/libx32    \
    211211            --mandir=/usr/share/man \
    212212            --with-shared           \
     
    216216            --enable-pc-files       \
    217217            --enable-widec          \
    218             --with-pkg-config-libdir=&usr-lib-mx32;/pkgconfig</userinput></screen>
     218            --with-pkg-config-libdir=/usr/libx32/pkgconfig</userinput></screen>
    219219
    220220    <para>Compile the package:</para>
     
    225225
    226226<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR TIC_PATH=$(pwd)/build/progs/tic install
    227 ln -s libncursesw.so DESTDIR&usr-lib-mx32;/libcursesw.so
    228 cp -Rv DESTDIR&usr-lib-mx32;/* $LFS&usr-lib-mx32;
     227ln -s libncursesw.so DESTDIR/usr/libx32/libcursesw.so
     228cp -Rv DESTDIR/usr/libx32/* $LFS/usr/libx32
    229229rm -rf DESTDIR</userinput></screen>
    230230
Note: See TracChangeset for help on using the changeset viewer.