Ignore:
Timestamp:
Apr 15, 2012, 3:02:04 AM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
97a96f1
Parents:
dd19332
Message:

Updated Udev from 168 to 181

File:
1 edited

Legend:

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

    rdd19332 rbc1e9bd9  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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/lib64 --disable-extras --disable-introspection</userinput></screen>
     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 \ 
     33        --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 
     34        --exec-prefix="" --with-rootprefix=$CLFS \
     35        --sysconfdir=/etc --libexecdir=/lib \ 
     36        --libdir=/usr/lib64 --disable-introspection \ 
     37        --with-usb-ids-path=no --with-pci-ids-path=no \ 
     38        --disable-gtk-doc-html --disable-gudev \ 
     39        --disable-keymap --disable-logging</userinput></screen>
    3340
    3441    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.