diff options
Diffstat (limited to 'chapter06/pkgconfig.xml')
-rw-r--r-- | chapter06/pkgconfig.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml index b5b613230..43e1b162f 100644 --- a/chapter06/pkgconfig.xml +++ b/chapter06/pkgconfig.xml @@ -46,8 +46,32 @@ <screen><userinput remap="configure">./configure --prefix=/usr \ --with-internal-glib \ + --disable-host-tool \ --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen> + <variablelist> + <title>The meaning of the new configure options:</title> + + <varlistentry> + <term><parameter>--with-internal-glib</parameter></term> + <listitem> + <para>This will allow pkg-config to use it's internal version of + glib becasue an external version is not availible in LFS.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><parameter>--disable-host-tool</parameter></term> + <listitem> + <para>This option disables the creation of an undesired hard link + to the pkg-config program.</para> + </listitem> + </varlistentry> + + </variablelist> + + + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |