diff options
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 833099bef..d5fa4f5bf 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -43,13 +43,17 @@ <para>Prepare Man-DB for compilation:</para> -<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 \ - --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap</userinput></screen> +<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 \ + --with-vgrind=/usr/bin/vgrind \ + --with-grap=/usr/bin/grap</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |