[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-451-g2dcee03

git git at cross-lfs.org
Mon Nov 4 05:25:46 PST 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  2dcee038ed5dd70930f84effafa23691ed3d162c (commit)
      from  42f8b20e426a88acf14abc37e00a1a4230011bbd (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 2dcee038ed5dd70930f84effafa23691ed3d162c
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Nov 4 07:25:41 2013 -0600

    For hosts with pkg-config installed, util-linux should not be using it. Add PKG_CONFIG= so pkg-config isn't found during configure.

diff --git a/BOOK/chroot/common/util-linux.xml b/BOOK/chroot/common/util-linux.xml
index e33bbbc..27298d0 100644
--- a/BOOK/chroot/common/util-linux.xml
+++ b/BOOK/chroot/common/util-linux.xml
@@ -26,7 +26,7 @@
     href="../../final-system/common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>./configure --prefix=/tools \
+<screen os="b"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-makeinstall-chown --disable-su --disable-login</userinput></screen>
 
diff --git a/BOOK/chroot/multilib/util-linux.xml b/BOOK/chroot/multilib/util-linux.xml
index 7ed3eff..f408844 100644
--- a/BOOK/chroot/multilib/util-linux.xml
+++ b/BOOK/chroot/multilib/util-linux.xml
@@ -26,7 +26,7 @@
     href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
+<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
 

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

Summary of changes:
 BOOK/chroot/common/util-linux.xml   |    2 +-
 BOOK/chroot/multilib/util-linux.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list