Author: bdubbs
Date: Mon Nov  4 12:43:22 2013
New Revision: 10369

Log:
Disable pkg-config lookups in the Chapter 5 check program that 
may cause unwanted host system libraries to be linked into check.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/check.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Mon Oct 21 18:48:03 2013        (r10368)
+++ trunk/BOOK/chapter01/changelog.xml  Mon Nov  4 12:43:22 2013        (r10369)
@@ -36,6 +36,17 @@
     </listitem>
 -->
     <listitem>
+      <para>2013-11-04</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Disable pkg-config lookups in the 
+          Chapter 5 check program that may cause unwanted 
+          host system libraries to be linked into check.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2013-10-21</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter05/check.xml
==============================================================================
--- trunk/BOOK/chapter05/check.xml      Mon Oct 21 18:48:03 2013        (r10368)
+++ trunk/BOOK/chapter05/check.xml      Mon Nov  4 12:43:22 2013        (r10369)
@@ -42,7 +42,21 @@
 
     <para>Prepare Check for compilation:</para>
 
-<screen><userinput remap="configure">./configure 
--prefix=/tools</userinput></screen>
+<screen><userinput remap="configure">PKG_CONFIG= ./configure 
--prefix=/tools</userinput></screen>
+
+    <variablelist>
+      <title>The meaning of the configure parameter:</title>
+
+      <varlistentry>
+        <term><parameter>PKG_CONFIG=</parameter></term>
+        <listitem>
+          <para>This tells the configure script to ignore any
+          pkg-config options that may cause the system to try to link
+          with libraries not in the <filename 
class="directory">/tools</filename>
+          directory.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
 
     <para>Build the package:</para>
 

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Oct 21 18:48:03 2013        (r10368)
+++ trunk/BOOK/general.ent      Mon Nov  4 12:43:22 2013        (r10369)
@@ -1,5 +1,5 @@
-<!ENTITY version         "SVN-20131021">
-<!ENTITY releasedate     "October 21, 2013">
+<!ENTITY version         "SVN-20131104">
+<!ENTITY releasedate     "November 4, 2013">
 <!ENTITY copyrightdate   "1999-2013"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone       "7.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to