[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1023-g851331b

git git at cross-lfs.org
Fri May 16 20:34:08 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, sysvinit has been updated
       via  851331b9e50f0d5e8a7d885011aa130ffa58e3c6 (commit)
      from  01247d7f75fcc3439610930bb5c3b5c80824cf9f (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 851331b9e50f0d5e8a7d885011aa130ffa58e3c6
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri May 16 22:34:02 2014 -0500

    Add USE_CAP=no during iputils build as libcap is not installed and capability.h is not available.

diff --git a/BOOK/final-system/common/iputils.xml b/BOOK/final-system/common/iputils.xml
index c5f2c67..345335d 100644
--- a/BOOK/final-system/common/iputils.xml
+++ b/BOOK/final-system/common/iputils.xml
@@ -31,7 +31,7 @@
 
     <para os="a">Compile the package:</para>
 
-<screen os="b"><userinput>make \
+<screen os="b"><userinput>make USE_CAP=no \
     IPV4_TARGETS="tracepath ping clockdiff rdisc" \
     IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen>
 
diff --git a/BOOK/final-system/multilib/iputils.xml b/BOOK/final-system/multilib/iputils.xml
index 2136824..1beebb5 100644
--- a/BOOK/final-system/multilib/iputils.xml
+++ b/BOOK/final-system/multilib/iputils.xml
@@ -33,7 +33,7 @@
     href="../common/iputils.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>make CC="gcc ${BUILD64}" \
+<screen os="b"><userinput>make CC="gcc ${BUILD64}" USE_CAP=no \
     IPV4_TARGETS="tracepath ping clockdiff rdisc" \
     IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen>
 

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

Summary of changes:
 BOOK/final-system/common/iputils.xml   |    2 +-
 BOOK/final-system/multilib/iputils.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list