aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-db.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-10-08 16:01:35 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-10-08 16:01:35 +0000
commitbb0f266fc3650ce6b6bd07338530cd2374d3f6fb (patch)
tree7a62a61af71008c2fb9541059d1d96423acedfcf /chapter06/man-db.xml
parentdaed5a3e75d60b08ebf67e8d4287c152908aa764 (diff)
Update to man-pages-3.35.
Add additional environment variable to man-db. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r--chapter06/man-db.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index dd28d7519..833099bef 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -43,7 +43,9 @@
<para>Prepare Man-DB for compilation:</para>
-<screen><userinput remap="configure">libpipeline_CFLAGS='' libpipeline_LIBS='-lpipeline' \
+<screen><userinput remap="configure">PKG_CONFIG=/tools/bin/true \
+ libpipeline_CFLAGS='' \
+ libpipeline_LIBS='-lpipeline' \
./configure --prefix=/usr --libexecdir=/usr/lib \
--docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
--disable-setuid --with-browser=/usr/bin/lynx \
@@ -53,6 +55,15 @@
<title>The meaning of the configure options:</title>
<varlistentry>
+ <term><parameter>PKG_CONFIG=, libpipeline_ ...</parameter></term>
+ <listitem>
+ <para>These environment variables allow the configuration
+ process to complete without the external <command>pkg-config</command>
+ program.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><parameter>--disable-setuid</parameter></term>
<listitem>
<para>This disables making the <command>man</command> program setuid