Ignore:
Timestamp:
Apr 29, 2014, 11:56:06 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
49288c7
Parents:
0a70397
Message:

Work around a problem where util-linux creates /tools/tools/lib64. Thanks to boloco on IRC for finding this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/util-linux.xml

    r0a70397 rdae1435  
    2929<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --libdir=/tools/lib64 --disable-makeinstall-chown --disable-makeinstall-setuid</userinput></screen>
     31    --libdir='${prefix}'/lib64 --disable-makeinstall-chown \
     32    --disable-makeinstall-setuid</userinput></screen>
    3233
    3334    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.