[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-252-g678fb42

git git at cross-lfs.org
Thu Aug 8 13:11:55 PDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  678fb4232ee15cd024d5e8959a55e79aad89fcc8 (commit)
      from  53142ba0772f0f9f99b92c9300f20c48192654ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 678fb4232ee15cd024d5e8959a55e79aad89fcc8
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Aug 8 15:11:51 2013 -0500

    Add rpath to boot method udev.

diff --git a/BOOK/boot/64/udev.xml b/BOOK/boot/64/udev.xml
index b4450b0..5e15ed7 100644
--- a/BOOK/boot/64/udev.xml
+++ b/BOOK/boot/64/udev.xml
@@ -28,7 +28,8 @@
 
 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \
 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
-CC="${CC} ${BUILD64}" ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \
+    ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \
     --libexecdir=/lib64 --bindir=/sbin --sbindir=/sbin --libdir=/lib64 \
     --disable-introspection --disable-gtk-doc-html --disable-gudev \
diff --git a/BOOK/boot/common/udev.xml b/BOOK/boot/common/udev.xml
index 1a27347..c97dd7b 100644
--- a/BOOK/boot/common/udev.xml
+++ b/BOOK/boot/common/udev.xml
@@ -28,7 +28,8 @@
 
 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \
 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \
-./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+LDFLAGS="-Wl,-rpath,/tools/lib:/lib" ./configure --prefix=/usr \
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \
     --libexecdir=/lib --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib \
     --with-root-libdir=/lib --disable-introspection --disable-gtk-doc-html \
diff --git a/BOOK/boot/multilib/udev.xml b/BOOK/boot/multilib/udev.xml
index aad1154..2fd869e 100644
--- a/BOOK/boot/multilib/udev.xml
+++ b/BOOK/boot/multilib/udev.xml
@@ -28,7 +28,8 @@
 
 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \
 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
-CC="${CC} ${BUILD64}" ./configure --prefix=/usr --build=${CLFS_HOST} \
+CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib64:/lib64" \
+    ./configure --prefix=/usr --build=${CLFS_HOST} \
     --host=${CLFS_TARGET} --with-rootprefix='' --enable-split-usr \
     --sysconfdir=/etc --libexecdir=/lib64 --bindir=/sbin --sbindir=/sbin \
     --libdir=/usr/lib64 --with-rootlibdir=/lib64 --disable-introspection \
diff --git a/BOOK/boot/x86_64-64/udev.xml b/BOOK/boot/x86_64-64/udev.xml
index b1dd2e6..e0e7cf1 100644
--- a/BOOK/boot/x86_64-64/udev.xml
+++ b/BOOK/boot/x86_64-64/udev.xml
@@ -28,7 +28,8 @@
 
 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \
 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \
-CC="${CC} ${BUILD64}" ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+CC="${CC} ${BUILD64}" LDFLAGS="-Wl,-rpath,/tools/lib:/lib" \
+    ./configure --prefix=/usr --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \
     --libexecdir=/lib --bindir=/sbin --sbindir=/sbin --libdir=/lib \
     --disable-introspection --disable-gtk-doc-html --disable-gudev \

-----------------------------------------------------------------------

Summary of changes:
 BOOK/boot/64/udev.xml        |    3 ++-
 BOOK/boot/common/udev.xml    |    3 ++-
 BOOK/boot/multilib/udev.xml  |    3 ++-
 BOOK/boot/x86_64-64/udev.xml |    3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list