[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-227-g427e466

git git at clfs.org
Sat Dec 26 10:16:31 PST 2015


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, sysvinit has been updated
       via  427e466adfe22a9d0b71a63f602ad78373a8d30e (commit)
      from  b5657b7620c2cdb857a6c7a0330002b3fb0adaa1 (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 427e466adfe22a9d0b71a63f602ad78373a8d30e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Dec 26 17:08:17 2015 -0600

    We don't include ncurses wide libraries in the temp system. If the host has the proper links and pkg-config files setup then it is a problem. Don't let util-linux attempt to find ncursesw. PKG_CONFIG_PATH=.

diff --git a/BOOK/temp-system/common/util-linux.xml b/BOOK/temp-system/common/util-linux.xml
index b616a5c..a794f74 100644
--- a/BOOK/temp-system/common/util-linux.xml
+++ b/BOOK/temp-system/common/util-linux.xml
@@ -26,7 +26,7 @@
     href="../../final-system/common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>./configure \
+<screen os="b"><userinput>PKG_CONFIG_PATH="" ./configure \
     --prefix=/tools \
     --build=${CLFS_HOST} \
     --host=${CLFS_TARGET} \
diff --git a/BOOK/temp-system/multilib/util-linux.xml b/BOOK/temp-system/multilib/util-linux.xml
index ceab501..a6f677e 100644
--- a/BOOK/temp-system/multilib/util-linux.xml
+++ b/BOOK/temp-system/multilib/util-linux.xml
@@ -26,7 +26,7 @@
     href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="be"><userinput>./configure \
+<screen os="be"><userinput>PKG_CONFIG_PATH="" ./configure \
     --prefix=/tools \
     --build=${CLFS_HOST} \
     --host=${CLFS_TARGET} \

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

Summary of changes:
 BOOK/temp-system/common/util-linux.xml   |    2 +-
 BOOK/temp-system/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