[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-830-g610b663

git git at cross-lfs.org
Wed Jan 29 08:12:49 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, systemd has been updated
       via  610b6639dd38f407477adc989b22505849fe894a (commit)
       via  c03296c8689b77ee13b694b5707ec4ae5bba5fd9 (commit)
       via  12d49adcfbadb6b83f529faa336e37e2943551d9 (commit)
      from  a0730c78d56c5d7358b09fcb9f215fb2f0a41a9e (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 610b6639dd38f407477adc989b22505849fe894a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Jan 29 10:14:26 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 c03296c8689b77ee13b694b5707ec4ae5bba5fd9
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Jan 29 10:13:40 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 d40efe5..e5485df 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,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 12d49adcfbadb6b83f529faa336e37e2943551d9
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Jan 29 10:13:21 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 3e5bb87..f38e9c9 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