mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
8d94e41537
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1756 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
605 B
XML
15 lines
605 B
XML
<sect2>
|
|
<title>Configuring <application>pkgconfig</application></title>
|
|
|
|
<para>The default settings for <envar>PKG_CONFIG_PATH</envar> are
|
|
<filename>/lib/pkgconfig</filename>,
|
|
<filename>/usr/lib/pkgconfig</filename> and
|
|
<filename>/usr/local/lib/pkgconfig</filename>. These settings are hard-coded
|
|
and do not have to be exported with the additional paths. 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>
|
|
|