[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-330-gaa2c20b

git git at cross-lfs.org
Sat Aug 24 01:03:38 PDT 2013


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, master has been updated
       via  aa2c20bdddb0cb7c73ab081c1abb5c496da734f1 (commit)
       via  111d9afefbf92d02025377967fb7fb4f15fedff3 (commit)
      from  01b60c428d54948e6fb606f9752131d4bf1d1d21 (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 aa2c20bdddb0cb7c73ab081c1abb5c496da734f1
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Aug 24 03:03:31 2013 -0500

    Add PKG_CONFIG_PATH variables to final-system kbd for check which is in /tools.

diff --git a/BOOK/final-system/common/kbd.xml b/BOOK/final-system/common/kbd.xml
index 8b6f04a..0cdaa72 100644
--- a/BOOK/final-system/common/kbd.xml
+++ b/BOOK/final-system/common/kbd.xml
@@ -27,8 +27,8 @@
 
     <para os="a">Prepare Kbd for compilation:</para>
 
-<screen os="b"><userinput>./configure --prefix=/usr --disable-vlock \
-    --enable-optional-progs</userinput></screen>
+<screen os="b"><userinput>PKG_CONFIG_PATH="/tools/lib/pkgconfig" \
+    ./configure --prefix=/usr --disable-vlock --enable-optional-progs</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/kbd.xml b/BOOK/final-system/multilib/kbd.xml
index 6342211..6a5d818 100644
--- a/BOOK/final-system/multilib/kbd.xml
+++ b/BOOK/final-system/multilib/kbd.xml
@@ -25,8 +25,8 @@
     href="../common/kbd.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
-    --disable-vlock --enable-optional-progs</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="/tools/lib64/pkgconfig" \
+    ./configure --prefix=/usr --disable-vlock --enable-optional-progs</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/kbd.xml"

commit 111d9afefbf92d02025377967fb7fb4f15fedff3
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Aug 24 03:03:01 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 1e4db01..af3184d 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "23"> <!-- Use two digits -->
+<!ENTITY day "24"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/kbd.xml   |    4 ++--
 BOOK/final-system/multilib/kbd.xml |    4 ++--
 BOOK/general.ent                   |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list