diff options
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 13 |
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 |