Changeset 409d955 for BOOK


Ignore:
Timestamp:
Jan 10, 2011, 6:18:07 PM (13 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:
8414edd
Parents:
947369c
Message:

Fix linking issues with udev in the boot section.

Location:
BOOK/boot
Files:
3 edited

Legend:

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

    r947369c r409d955  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/usr \
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" ./configure --prefix=/usr \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --exec-prefix="" --sysconfdir=/etc --libexecdir=/lib/udev \
  • BOOK/boot/common/udev.xml

    r947369c r409d955  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/usr \
     29<screen os="b"><userinput>LIBS="-lpthread" ./configure --prefix=/usr \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --exec-prefix="" --sysconfdir=/etc \
  • BOOK/boot/multilib/udev.xml

    r947369c r409d955  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/usr \
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" LIBS="-lpthread" ./configure --prefix=/usr \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --exec-prefix="" --sysconfdir=/etc --libexecdir=/lib/udev \
Note: See TracChangeset for help on using the changeset viewer.