[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-634-g2f99e2d

git git at cross-lfs.org
Wed Jan 29 08:14:02 PST 2014


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  2f99e2debdeae1a2969fff161503e230532112e7 (commit)
       via  39c3623c9fca73875ebd7e8133fabac1e5249f92 (commit)
       via  5c239dd80cd1eaa3741b8d23b602f15bbfd54ff0 (commit)
      from  a302afca62afa9daa46267d83e4cdf8cbf9dec7c (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 2f99e2debdeae1a2969fff161503e230532112e7
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Jan 29 10:15:38 2014 -0600

    Host OS's with pkg-config and guile installed will cause make to fail in temp system. Have make's configure command not use pkg-config and thus not failing when gc.h can't be found.

diff --git a/BOOK/temp-system/common/make.xml b/BOOK/temp-system/common/make.xml
index 2161b0b..3a71d35 100644
--- a/BOOK/temp-system/common/make.xml
+++ b/BOOK/temp-system/common/make.xml
@@ -26,7 +26,7 @@
     href="../../final-system/common/make.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="aa"><userinput>./configure --prefix=/tools \
+<screen os="aa"><userinput>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/multilib/make.xml b/BOOK/temp-system/multilib/make.xml
index 758c1b3..7aff7ce 100644
--- a/BOOK/temp-system/multilib/make.xml
+++ b/BOOK/temp-system/multilib/make.xml
@@ -26,7 +26,7 @@
     href="../../final-system/common/make.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
+<screen os="aa"><userinput>PKG_CONFIG= CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 39c3623c9fca73875ebd7e8133fabac1e5249f92
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Jan 29 10:15:31 2014 -0600

    Add master changelog entry for adding PKG_CONFIG= to beginning of temp system make configure command.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 69502b3..f95e025 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -38,6 +38,15 @@
 -->
 
     <listitem>
+      <para>29 January 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add PKG_CONFIG= to temp-system make configure command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>27 January 2014</para>
       <itemizedlist>
         <listitem>

commit 5c239dd80cd1eaa3741b8d23b602f15bbfd54ff0
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Jan 29 10:15:26 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 4a15cc2..7ae4de7 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "01"> <!-- Use two digits -->
 <!ENTITY month_name "January">
-<!ENTITY day "27"> <!-- Use two digits -->
+<!ENTITY day "29"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/temp-system/common/make.xml       |    2 +-
 BOOK/temp-system/multilib/make.xml     |    2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list