summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-05-13 16:54:46 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-05-13 16:56:33 +0200
commit22b3ffa98453cbc8aee276900188034bbad4d66d (patch)
tree655f7ebf6f4617483b618f8dedbb6d2d588e7d22
parentb0f5e5e1234318276cd80604f5ce3a914cb9df63 (diff)
downloadptxdist-22b3ffa98453cbc8aee276900188034bbad4d66d.tar.gz
ptxdist-22b3ffa98453cbc8aee276900188034bbad4d66d.tar.xz
host-libkmod: disable manpages
Otherwise xsltproc is required. Reported-by: Matthias Klein <matthias.klein@optimeas.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-libkmod.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-libkmod.make b/rules/host-libkmod.make
index 6a55cfdf4..ccd151c14 100644
--- a/rules/host-libkmod.make
+++ b/rules/host-libkmod.make
@@ -26,6 +26,7 @@ HOST_LIBKMOD_CONF_OPT := \
--disable-static \
--enable-shared \
--enable-tools \
+ --disable-manpages \
--disable-logging \
--disable-debug \
--disable-gtk-doc \