aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-01-27 20:32:14 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-01-27 20:32:14 +0000
commit63d6655fa3f6d764966161c439d23b2e3f9dfc17 (patch)
tree7b77c833c154019b253160203676e0bd57ea5ad9 /chapter06
parent79dc83f9015cb05e603790c8d2b68ec1e654d3a7 (diff)
Update to pkg-config-0.28
Typos in procps-ng git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/pkgconfig.xml24
-rw-r--r--chapter06/procps.xml4
2 files changed, 26 insertions, 2 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>
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index 8e874960f..8da11e5c0 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -14,7 +14,7 @@
<address>&procps-ng-url;</address>
</sect1info>
- <title>Procps-&procps-ng-version;</title>
+ <title>Procps-ng-&procps-ng-version;</title>
<indexterm zone="ch-system-procps">
<primary sortas="a-Procps">Procps-ng</primary>
@@ -93,7 +93,7 @@ popd</userinput></screen>
<filename class="directory">/usr</filename> is not mounted.</para>
<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
-ln -sfv ../../lib/libprocps.so.1.0.0 /usr/lib/libprocps.so</userinput></screen>
+ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so</userinput></screen>
</sect2>