[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-452-g0d11714

git git at cross-lfs.org
Sat Nov 9 15:37:37 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  0d11714feef2c0a0c75fa2a127b51d7b0c6a5da9 (commit)
      from  2dcee038ed5dd70930f84effafa23691ed3d162c (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 0d11714feef2c0a0c75fa2a127b51d7b0c6a5da9
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Nov 9 17:37:29 2013 -0600

    For hosts with pkg-config installed, fix an issue where the host's pkg-config is ran and causes util-linux to fail to configure and build properly, and set PKG_CONFIG= at configure time.

diff --git a/BOOK/boot/64/util-linux.xml b/BOOK/boot/64/util-linux.xml
index 9e8164d..50a8d51 100644
--- a/BOOK/boot/64/util-linux.xml
+++ b/BOOK/boot/64/util-linux.xml
@@ -26,7 +26,7 @@
     href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
+<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= \
   ./configure --prefix=/tools --exec-prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
diff --git a/BOOK/boot/common/util-linux.xml b/BOOK/boot/common/util-linux.xml
index 12f9245..c65f522 100644
--- a/BOOK/boot/common/util-linux.xml
+++ b/BOOK/boot/common/util-linux.xml
@@ -26,7 +26,7 @@
     href="../../final-system/common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>PKG_CONFIG=true \
+<screen os="b"><userinput>PKG_CONFIG= \
   ./configure --prefix=/tools --exec-prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
diff --git a/BOOK/boot/multilib/util-linux.xml b/BOOK/boot/multilib/util-linux.xml
index d3d38fd..4fdccba 100644
--- a/BOOK/boot/multilib/util-linux.xml
+++ b/BOOK/boot/multilib/util-linux.xml
@@ -26,7 +26,7 @@
     href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true ./configure \
+<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure \
     --prefix=/tools --exec-prefix="" --build=${CLFS_HOST} \
     --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \
     --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \
diff --git a/BOOK/boot/ppc64/util-linux-32.xml b/BOOK/boot/ppc64/util-linux-32.xml
index d55551f..2631c90 100644
--- a/BOOK/boot/ppc64/util-linux-32.xml
+++ b/BOOK/boot/ppc64/util-linux-32.xml
@@ -26,7 +26,7 @@
     href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="be"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \
+<screen os="be"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG= \
   ./configure \
     --prefix=/tools --exec-prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET32} \

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

Summary of changes:
 BOOK/boot/64/util-linux.xml       |    2 +-
 BOOK/boot/common/util-linux.xml   |    2 +-
 BOOK/boot/multilib/util-linux.xml |    2 +-
 BOOK/boot/ppc64/util-linux-32.xml |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list