[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-263-g314c183

git git at cross-lfs.org
Mon Aug 12 00:11:25 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  314c1831f0157fda49695c3e2f65c7641836e3cb (commit)
      from  35fcf6d0d53bfc8cc304e1ad39b77c7a29f91c34 (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 314c1831f0157fda49695c3e2f65c7641836e3cb
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Aug 12 02:11:20 2013 -0500

    Correct --with-rootlibdir option.

diff --git a/BOOK/boot/common/udev.xml b/BOOK/boot/common/udev.xml
index c97dd7b..6b3e9e6 100644
--- a/BOOK/boot/common/udev.xml
+++ b/BOOK/boot/common/udev.xml
@@ -32,7 +32,7 @@ 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 \
+    --with-rootlibdir=/lib --disable-introspection --disable-gtk-doc-html \
     --disable-gudev --disable-keymap --with-firmware-path=/lib/firmware \
     --enable-libkmod</userinput></screen>
 

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

Summary of changes:
 BOOK/boot/common/udev.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list