Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/udev.xml

    rcf7616f rdabbced  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" \
    30     BLKID_CFLAGS="-I/tools/include/blkid" BLKID_LIBS="-L/tools/lib64 -lblkid" \
    31     KMOD_CFLAGS="-I/tools/include" KMOD_LIBS="-L${CLFS}/lib64 -lkmod" \
    32     ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    33     --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc --libdir=/usr/lib64 \
    34     --disable-introspection --with-usb-ids-path=no --with-pci-ids-path=no \
    35     --disable-gtk-doc-html --disable-gudev --disable-keymap --disable-logging \
    36     --with-firmware-path=/lib/firmware</userinput></screen>
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" ./configure --prefix=/usr \
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --exec-prefix="" --sysconfdir=/etc --libexecdir=/lib/udev \
     32    --libdir=/usr/lib --disable-extras --disable-introspection</userinput></screen>
    3733
    3834    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.