Author: bdubbs
Date: 2012-07-10 21:22:40 -0600 (Tue, 10 Jul 2012)
New Revision: 9897

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/libpipeline.xml
   trunk/BOOK/general.ent
Log:
Specify PKG_CONFIG_PATH for libpipeline checks

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-06-23 12:05:27 UTC (rev 9896)
+++ trunk/BOOK/chapter01/changelog.xml  2012-07-11 03:22:40 UTC (rev 9897)
@@ -36,7 +36,21 @@
     </listitem>
 
 -->
+
     <listitem>
+      <para>2012-07-10</para>
+      <itemizedlist>
+         <listitem>
+           <para>[bdubbs] - Specify PKG_CONFIG_PATH for libpipeline
+           checks. Fixes 
+            <ulink url="&lfs-ticket-root;3120">#3120</ulink>.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
+
+
+
+    <listitem>
       <para>2012-06-23</para>
       <itemizedlist>
          <listitem>

Modified: trunk/BOOK/chapter06/libpipeline.xml
===================================================================
--- trunk/BOOK/chapter06/libpipeline.xml        2012-06-23 12:05:27 UTC (rev 
9896)
+++ trunk/BOOK/chapter06/libpipeline.xml        2012-07-11 03:22:40 UTC (rev 
9897)
@@ -43,21 +43,21 @@
 
     <para>Prepare Libpipeline for compilation:</para>
 
-<screen><userinput remap="configure">./configure 
--prefix=/usr</userinput></screen>
-<!--
+<screen><userinput remap="configure">PKG_CONFIG_PATH=/tools/lib/pkgconfig 
./configure --prefix=/usr</userinput></screen>
+
     <variablelist>
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
-        <term><parameter>CHECK_CFLAGS=, CHECK_LIBS=</parameter></term>
+        <term><parameter>PKG_CONFIG_PATH</parameter></term>
         <listitem>
-          <para>These environment variables specify the location of the test
-          library built in <xref linkend="ch-tools-check"/>.</para>
+          <para>Use pkg-config to obtain the location of the test
+          library metadata built in <xref linkend="ch-tools-check"/>.</para>
         </listitem>
       </varlistentry>
 
     </variablelist>
--->
+
     <para>Compile the package:</para>
 
 <screen><userinput remap="make">make</userinput></screen>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-06-23 12:05:27 UTC (rev 9896)
+++ trunk/BOOK/general.ent      2012-07-11 03:22:40 UTC (rev 9897)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120623">
-<!ENTITY releasedate "June 23, 2012">
+<!ENTITY version "SVN-20120710">
+<!ENTITY releasedate "July 10, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.2">
 <!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