[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-483-g1437142

git git at cross-lfs.org
Mon Nov 11 08:28:20 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  143714269fa5bedef47c039653223a12e86c23b7 (commit)
      from  88af5df2ea8ba2a80cd6dfdcca31e6b16b3d06fa (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 143714269fa5bedef47c039653223a12e86c23b7
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Mon Nov 11 16:19:48 2013 -0600

    Add PKG_CONFIG= in front of configure for hosts that have pkg-config installed and libsubunit.

diff --git a/BOOK/temp-system/64/check.xml b/BOOK/temp-system/64/check.xml
index 291150e..146a17d 100644
--- a/BOOK/temp-system/64/check.xml
+++ b/BOOK/temp-system/64/check.xml
@@ -25,7 +25,7 @@
     href="../common/check.xml"
     xpointer="xpointer(//*[@os='c'])"/>
 
-<screen os="d"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
+<screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/common/check.xml b/BOOK/temp-system/common/check.xml
index 7aa6b5a..3c1873b 100644
--- a/BOOK/temp-system/common/check.xml
+++ b/BOOK/temp-system/common/check.xml
@@ -26,7 +26,7 @@
 
     <para os="c">Prepare Check for compilation:</para>
 
-<screen os="d"><userinput>./configure --prefix=/tools \
+<screen os="d"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <para os="f">Build the package:</para>
diff --git a/BOOK/temp-system/multilib/check.xml b/BOOK/temp-system/multilib/check.xml
index ad69578..f23c469 100644
--- a/BOOK/temp-system/multilib/check.xml
+++ b/BOOK/temp-system/multilib/check.xml
@@ -25,7 +25,7 @@
     href="../common/check.xml"
     xpointer="xpointer(//*[@os='c'])"/>
 
-<screen os="d"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
+<screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/temp-system/64/check.xml       |    2 +-
 BOOK/temp-system/common/check.xml   |    2 +-
 BOOK/temp-system/multilib/check.xml |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list