Ignore:
Timestamp:
Sep 6, 2012, 7:27:36 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f856ab0
Parents:
8150908
Message:

Boot section updates. Add shadow to boot section. Fix pure64 books for lib64 to lib issues.

File:
1 edited

Legend:

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

    r8150908 rc140ee2  
    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 \  
    33     --build=${CLFS_HOST} --host=${CLFS_TARGET} \  
     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} \
    3434    --with-rootprefix=$CLFS --bindir=/sbin \
    35     --sysconfdir=/etc  \  
    36     --libdir=/usr/lib64 --disable-introspection \  
    37     --with-usb-ids-path=no --with-pci-ids-path=no \  
    38     --disable-gtk-doc-html --disable-gudev \  
     35    --sysconfdir=/etc  \
     36    --libdir=/usr/lib64 --disable-introspection \
     37    --with-usb-ids-path=no --with-pci-ids-path=no \
     38    --disable-gtk-doc-html --disable-gudev \
    3939    --disable-keymap --disable-logging</userinput></screen>
    4040
Note: See TracChangeset for help on using the changeset viewer.