diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-06-23 12:04:29 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-06-23 12:04:29 +0000 |
commit | 84505c6dddd2139e5afa7559d721f1b5f9aa96cd (patch) | |
tree | 1e00ad77d225375cfca0096bbd966820c5c69b65 /chapter06 | |
parent | 3439f16d6dc6e09276e26b3b4f11057429dc3019 (diff) |
Revert bogus commit r9894.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/man-db.xml | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 9ee047f98..1fa0ff71b 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -58,11 +58,11 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kbd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpipeline.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/> diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 659934221..9adb42318 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -56,6 +56,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 |