Changeset 8b63746


Ignore:
Timestamp:
Aug 22, 2009, 3:32:56 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4f040a09
Parents:
935ecec
Message:

Put the libraries for Util-Linux-NG in the boot section where they're expected to be.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/util-linux-ng.xml

    r935ecec r8b63746  
    2828
    2929<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \
    30     --host=${CLFS_TARGET} --enable-login-utils \
     30    --host=${CLFS_TARGET} --libdir=/lib64 --enable-login-utils \
    3131    --disable-makeinstall-chown</userinput></screen>
    3232
     
    5151    xpointer="xpointer(//*[@os='i'])"/>
    5252
    53     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54     href="../common/util-linux-ng.xml"
    55     xpointer="xpointer(//*[@os='j'])"/>
     53<screen os="j"><userinput>rm -fv ${CLFS}/usr/lib64/lib{blkid,uuid}.la
     54cp -v ${CLFS}/usr/lib64/lib{blkid,uuid}* /tools/lib64
     55cp -v ${CLFS}/lib64/lib{blkid,uuid}* /tools/lib64
     56ln -sfv libblkid.so.&util-linux-ng-blkid-id; /tools/lib64/libblkid.so
     57ln -sfv libuuid.so.&util-linux-ng-uuid-id; /tools/lib64/libuuid.so
     58install -dv /tools/include/{blkid,uuid}
     59cp -av ${CLFS}/usr/include/blkid/* /tools/include/blkid/
     60cp -av ${CLFS}/usr/include/uuid/* /tools/include/uuid/</userinput></screen>
    5661
    5762  </sect2>
Note: See TracChangeset for help on using the changeset viewer.