[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-321-g464b09f

git git at clfs.org
Sat May 6 11:54:22 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  464b09ffae2ff870419bdb32e3326ca90b7a6873 (commit)
      from  338645328bf206e3881d01615e060a983d0d4177 (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 464b09ffae2ff870419bdb32e3326ca90b7a6873
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat May 6 13:54:02 2017 -0500

    Add a configure option for the proper place to install the pkgconfig files rather than clobbering the 32bit build pkgconfig install files at /usr/lib.

diff --git a/BOOK/final-system/multilib/ncurses-64bit.xml b/BOOK/final-system/multilib/ncurses-64bit.xml
index b71fd8b..a5989ac 100644
--- a/BOOK/final-system/multilib/ncurses-64bit.xml
+++ b/BOOK/final-system/multilib/ncurses-64bit.xml
@@ -42,7 +42,8 @@ CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure \
     --with-shared \
     --without-debug \
     --enable-widec \
-    --enable-pc-files</userinput></screen>
+    --enable-pc-files \
+    --with-pkg-config-libdir=/usr/lib64/pkgconfig</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="ncurses.xml"
diff --git a/BOOK/final-system/multilib/ncurses-n32.xml b/BOOK/final-system/multilib/ncurses-n32.xml
index cd12181..21df718 100644
--- a/BOOK/final-system/multilib/ncurses-n32.xml
+++ b/BOOK/final-system/multilib/ncurses-n32.xml
@@ -43,7 +43,8 @@ CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure \
     --with-shared \
     --without-debug \
     --enable-widec \
-    --enable-pc-files</userinput></screen>
+    --enable-pc-files \
+    --with-pkg-config-libdir=/usr/lib32/pkgconfig</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="ncurses.xml"

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list