[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-994-g2690a47

git git at cross-lfs.org
Fri May 9 22:17:01 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  2690a475648edb461154f6d5a8f50ede0043e409 (commit)
       via  d299af7ce1ced29a80ae02342da054ff929ca923 (commit)
       via  4920b7ac04271bed9770bb483cecd40cebe24dbb (commit)
      from  c38c1fbc7f077f05b7fd6bc782d6aa782e48bccd (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 2690a475648edb461154f6d5a8f50ede0043e409
Merge: d299af7 c38c1fb
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 10 01:16:17 2014 -0400

    Merge branch 'systemd' of git.cross-lfs.org:cross-lfs into systemd


commit d299af7ce1ced29a80ae02342da054ff929ca923
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 10 01:16:05 2014 -0400

    Add PKG_CONFIG_PATH for man-db

diff --git a/BOOK/final-system/multilib/man-db.xml b/BOOK/final-system/multilib/man-db.xml
index 84e1fa0..262bdf2 100644
--- a/BOOK/final-system/multilib/man-db.xml
+++ b/BOOK/final-system/multilib/man-db.xml
@@ -25,7 +25,8 @@
     href="../common/man-db.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libexecdir=/usr/lib64 \
+<screen os="b"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
+    CC="gcc ${BUILD64}" ./configure --prefix=/usr --libexecdir=/usr/lib64 \
     --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
     --libdir=/usr/lib64 --disable-setuid --with-browser=/usr/bin/lynx \
     --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap</userinput></screen>

commit 4920b7ac04271bed9770bb483cecd40cebe24dbb
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 10 01:15:11 2014 -0400

    Fix configure switch

diff --git a/BOOK/final-system/multilib/man-db.xml b/BOOK/final-system/multilib/man-db.xml
index 843baf8..84e1fa0 100644
--- a/BOOK/final-system/multilib/man-db.xml
+++ b/BOOK/final-system/multilib/man-db.xml
@@ -27,7 +27,7 @@
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libexecdir=/usr/lib64 \
     --docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
-    --with-libdir=/usr/lib64 --disable-setuid --with-browser=/usr/bin/lynx \
+    --libdir=/usr/lib64 --disable-setuid --with-browser=/usr/bin/lynx \
     --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/final-system/multilib/man-db.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list