[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-296-g4624334

git git at clfs.org
Fri Apr 21 18:45:05 PDT 2017


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  4624334305bd4c3d81b76ad774aa825d2f093be0 (commit)
      from  43c78933b8df5420e7eb63e4caf427690f77395c (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 4624334305bd4c3d81b76ad774aa825d2f093be0
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Apr 21 20:43:26 2017 -0500

    Adjust the pkgconfig directory for the pc file for multilib targets.

diff --git a/BOOK/final-system/multilib/ncurses-64bit.xml b/BOOK/final-system/multilib/ncurses-64bit.xml
index ad4bf20..b71fd8b 100644
--- a/BOOK/final-system/multilib/ncurses-64bit.xml
+++ b/BOOK/final-system/multilib/ncurses-64bit.xml
@@ -35,8 +35,8 @@
     href="ncurses.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
-./configure \
+<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
+CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure \
     --prefix=/usr \
     --libdir=/usr/lib64 \
     --with-shared \
diff --git a/BOOK/final-system/multilib/ncurses-n32.xml b/BOOK/final-system/multilib/ncurses-n32.xml
index e109f3d..cd12181 100644
--- a/BOOK/final-system/multilib/ncurses-n32.xml
+++ b/BOOK/final-system/multilib/ncurses-n32.xml
@@ -36,8 +36,8 @@
     href="ncurses.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
-./configure \
+<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} \
+CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure \
     --prefix=/usr \
     --libdir=/usr/lib32 \
     --with-shared \

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

Summary of changes:
 BOOK/final-system/multilib/ncurses-64bit.xml |    4 ++--
 BOOK/final-system/multilib/ncurses-n32.xml   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list