[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-995-g9b519e2

git git at cross-lfs.org
Fri May 9 22:28:43 PDT 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  9b519e232530f2584a2afa79c48d8cfcac5e2ba4 (commit)
      from  2690a475648edb461154f6d5a8f50ede0043e409 (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 9b519e232530f2584a2afa79c48d8cfcac5e2ba4
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 10 01:28:32 2014 -0400

    Correct PKG_CONFIG_PATH for 64-bit libpipeline

diff --git a/BOOK/final-system/multilib/libpipeline-64bit.xml b/BOOK/final-system/multilib/libpipeline-64bit.xml
index 8353480..20b35a8 100644
--- a/BOOK/final-system/multilib/libpipeline-64bit.xml
+++ b/BOOK/final-system/multilib/libpipeline-64bit.xml
@@ -26,9 +26,9 @@
     href="../common/libpipeline.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
-CC="gcc ${BUILD64}" \
-  ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen>
+<screen os="b"><userinput>PKG_CONFIG_PATH=/tools/lib64/pkgconfig
+    CC="gcc ${BUILD64}" \
+    ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/libpipeline.xml"

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

Summary of changes:
 BOOK/final-system/multilib/libpipeline-64bit.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list