[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-226-gb5657b7

git git at clfs.org
Sat Dec 26 09:20:24 PST 2015


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  b5657b7620c2cdb857a6c7a0330002b3fb0adaa1 (commit)
      from  cb62219c9133f45b315c9a2d398b9c6de357c412 (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 b5657b7620c2cdb857a6c7a0330002b3fb0adaa1
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Dec 26 16:18:25 2015 -0600

    Add --without-guile support when the host includes it. Make will attempt to link with host guile support when it is not available in the temp system libraries.

diff --git a/BOOK/temp-system/common/make.xml b/BOOK/temp-system/common/make.xml
index 7e55572..b18b7b5 100644
--- a/BOOK/temp-system/common/make.xml
+++ b/BOOK/temp-system/common/make.xml
@@ -29,7 +29,20 @@
 <screen os="aa"><userinput>./configure \
     --prefix=/tools \
     --build=${CLFS_HOST} \
-    --host=${CLFS_TARGET}</userinput></screen>
+    --host=${CLFS_TARGET} \
+    --without-guile</userinput></screen>
+
+    <variablelist os="b">
+      <title>The meaning of the new configure options:</title>
+
+      <varlistentry>
+        <term><parameter>--without-guile</parameter></term>
+        <listitem>
+          <para>Do not enable Guile support when the host includes it.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/make.xml"

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

Summary of changes:
 BOOK/temp-system/common/make.xml |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list