glfs/general/sysutils/pkgconfig/pkgconfig-config.xml
Larry Lawrence a3f7822c0c modified pkgconfig config section for default path
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1802 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-14 22:32:09 +00:00

13 lines
480 B
XML

<sect2>
<title>Configuring <application>pkgconfig</application></title>
<para>The default setting for <envar>PKG_CONFIG_PATH</envar> is
<filename>/usr/lib/pkgconfig</filename> because of the prefix we use to
install pkgconfig. You may add to <envar>PKG_CONFIG_PATH</envar> by exporting
additional paths on your system where pkgconfig files are installed. Note
that <envar>PKG_CONFIG_PATH</envar> is only needed when compiling packages,
not during run-time.</para>
</sect2>