From d5f484df42ab145556739947ba845a66acfcee4a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 26 Dec 2012 11:57:05 +0100 Subject: [PATCH] kmod: fixed to only (re)generate manpages if libxslt is available --- base/kmod/kmod.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base/kmod/kmod.conf b/base/kmod/kmod.conf index 87467257b..59cbcc3fa 100644 --- a/base/kmod/kmod.conf +++ b/base/kmod/kmod.conf @@ -25,6 +25,11 @@ for x in zlib xz; do fi done +# xsltproc is needed to generate manpages +if ! pkginstalled -f libxslt; then + var_append extraconfopt ' ' "--disable-manpages" +fi + pkg_kmod_symlinks() { # kmod is a multicall binary # Note: depmod and modprobe *must* be available in /sbin because