Changeset 947369c for BOOK/boot


Ignore:
Timestamp:
Jan 10, 2011, 6:17:56 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:
409d955
Parents:
20766cc
Message:

Fix linking issues with e2fsprogs in the boot section.

Location:
BOOK/boot
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    r20766cc r947369c  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="aa"><userinput>PKG_CONFIG=true ../configure --prefix=/tools \
     37<screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib" \
     38  PKG_CONFIG=true ../configure --prefix=/tools \
    3839    --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3940    --disable-libblkid --disable-libuuid --disable-fsck \
  • BOOK/boot/multilib/e2fsprogs.xml

    r20766cc r947369c  
    4141    xpointer="xpointer(//*[@os='c'])"/>
    4242
    43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     43<screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib64" \
     44  CC="${CC} ${BUILD64}" PKG_CONFIG=true \
    4445    ../configure --prefix=/tools --enable-elf-shlibs \
    4546    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
  • BOOK/boot/ppc64/e2fsprogs-libs.xml

    r20766cc r947369c  
    4646    xpointer="xpointer(//*[@os='c'])"/>
    4747
    48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \
     48<screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib" \
     49  CC="${CC} ${BUILD32}" PKG_CONFIG=true \
    4950    ../configure --prefix=/tools --enable-elf-shlibs \
    5051    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
  • BOOK/boot/ppc64/e2fsprogs.xml

    r20766cc r947369c  
    5454    xpointer="xpointer(//*[@os='c'])"/>
    5555
    56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     56<screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib64" \
     57  CC="${CC} ${BUILD64}" PKG_CONFIG=true \
    5758    ../configure --prefix=/tools --enable-elf-shlibs \
    5859    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
Note: See TracChangeset for help on using the changeset viewer.