Author: bdubbs
Date: 2011-01-25 13:21:28 -0700 (Tue, 25 Jan 2011)
New Revision: 9451

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/pkg-config.xml
   trunk/BOOK/general.ent
Log:
Add a note about optionally building popt before pkg-config

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-01-24 21:05:33 UTC (rev 9450)
+++ trunk/BOOK/chapter01/changelog.xml  2011-01-25 20:21:28 UTC (rev 9451)
@@ -37,6 +37,17 @@
 
 -->
     <listitem>
+      <para>2011-01-25</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] Add a note about optionally building
+          popt before pkg-config.  Fixes
+          <ulink url="&lfs-ticket-root;2821">#2781</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2011-01-24</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/pkg-config.xml
===================================================================
--- trunk/BOOK/chapter06/pkg-config.xml 2011-01-24 21:05:33 UTC (rev 9450)
+++ trunk/BOOK/chapter06/pkg-config.xml 2011-01-25 20:21:28 UTC (rev 9451)
@@ -42,6 +42,12 @@
   <sect2 role="installation">
     <title>Installation of Pkg-config</title>
 
+    <note><para>Pkg-Config will use an included version of Popt to parse
+    command line options.  If an external version of Popt is desired, install
+    that version using the <ulink
+    url="&blfs-root;view/svn/general/popt.html">BLFS Popt build
+    instructions</ulink> before installing Pkg-config.</para></note>
+
     <para>Prepare Pkg-config for compilation:</para>
 
 <screen><userinput remap="configure">./configure 
--prefix=/usr</userinput></screen>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-01-24 21:05:33 UTC (rev 9450)
+++ trunk/BOOK/general.ent      2011-01-25 20:21:28 UTC (rev 9451)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110124">
-<!ENTITY releasedate "January 24, 2011">
+<!ENTITY version "SVN-20110125">
+<!ENTITY releasedate "January 25, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.8">
 <!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