Changeset 0ebda11 for chapter08/zlib.xml


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
  • chapter08/zlib.xml

    r51c01bff r0ebda11  
    7979<screen><userinput remap="configure">CC="gcc -m32" \
    8080./configure --prefix=/usr \
    81     --libdir=&usr-lib-m32;</userinput></screen>
     81    --libdir=/usr/lib32</userinput></screen>
    8282
    8383    <para>Compile the package:</para>
     
    8888
    8989<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    90 cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
     90cp -Rv DESTDIR/usr/lib32/* /usr/lib32
    9191rm -rf DESTDIR</userinput></screen>
    9292
     
    106106<screen><userinput remap="configure">CC="gcc -mx32" \
    107107./configure --prefix=/usr    \
    108     --libdir=&usr-lib-mx32;</userinput></screen>
     108    --libdir=/usr/libx32</userinput></screen>
    109109
    110110    <para>Compile the package:</para>
     
    115115
    116116<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    117 cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
     117cp -Rv DESTDIR/usr/libx32/* /usr/libx32
    118118rm -rf DESTDIR</userinput></screen>
    119119
Note: See TracChangeset for help on using the changeset viewer.