Browse Source

kmod: fixed to only (re)generate manpages if libxslt is available

user/chris/wip/linux37
Christian Wiese 12 years ago
parent
commit
d5f484df42
  1. 5
      base/kmod/kmod.conf

5
base/kmod/kmod.conf

@ -25,6 +25,11 @@ for x in zlib xz; do
fi fi
done done
# xsltproc is needed to generate manpages
if ! pkginstalled -f libxslt; then
var_append extraconfopt ' ' "--disable-manpages"
fi
pkg_kmod_symlinks() { pkg_kmod_symlinks() {
# kmod is a multicall binary # kmod is a multicall binary
# Note: depmod and modprobe *must* be available in /sbin because # Note: depmod and modprobe *must* be available in /sbin because

Loading…
Cancel
Save