Author: dnicholson
Date: 2006-09-04 00:38:03 -0600 (Mon, 04 Sep 2006)
New Revision: 6293

Modified:
   trunk/BOOK/general/sysutils/pkgconfig.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Fixed note about pkg-config default path. Fixes ticket #2117.


Modified: trunk/BOOK/general/sysutils/pkgconfig.xml
===================================================================
--- trunk/BOOK/general/sysutils/pkgconfig.xml   2006-09-04 06:25:39 UTC (rev 
6292)
+++ trunk/BOOK/general/sysutils/pkgconfig.xml   2006-09-04 06:38:03 UTC (rev 
6293)
@@ -83,8 +83,10 @@
     <title>Configuring pkg-config</title>
 
     <para>The default setting for <envar>PKG_CONFIG_PATH</envar> is
-    <filename class='directory'>/usr/lib/pkgconfig</filename> because of the
-    prefix used to install <application>pkg-config</application>. You may add
+    <filename
+    class='directory'>/usr/lib/pkgconfig:/usr/share/pkgconfig</filename>
+    because of the prefix used to install
+    <application>pkg-config</application>. You may add
     to <envar>PKG_CONFIG_PATH</envar> by exporting additional paths on your
     system where <filename class='extension'>.pc</filename> files are
     installed. Note that <envar>PKG_CONFIG_PATH</envar> is only needed when

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-09-04 06:25:39 UTC 
(rev 6292)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-09-04 06:38:03 UTC 
(rev 6293)
@@ -45,6 +45,11 @@
       <para>September 4th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[dnicholson] - Fixed the text describing the default
+          PKG_CONFIG_PATH to include /usr/share/pkgconfig. Fixes #2117.
+          Thanks to Joe Ciccone.</para>
+        </listitem>
+        <listitem>
           <para>[dnicholson] - Removed the ispell package as it has problems
           in UTF-8 locales and the aspell package is superior. Fixes ticket
           #2101.</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to