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:54:49 +0200
commitb0f5e5e1234318276cd80604f5ce3a914cb9df63 (patch)
treedef7e69636c50765311df6ce0dce57cdd6bf1216
parent3bdc367d0050e36a924bad7ae4f8172e723c66ed (diff)
downloadptxdist-b0f5e5e1234318276cd80604f5ce3a914cb9df63.tar.gz
ptxdist-b0f5e5e1234318276cd80604f5ce3a914cb9df63.tar.xz
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/libkmod.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/libkmod.make b/rules/libkmod.make
index 740e96f12..4595b6849 100644
--- a/rules/libkmod.make
+++ b/rules/libkmod.make
@@ -37,6 +37,7 @@ LIBKMOD_CONF_OPT := \
--disable-static \
--enable-shared \
--$(call ptx/endis, PTXCONF_LIBKMOD_TOOLS)-tools \
+ --disable-manpages \
--$(call ptx/endis, PTXCONF_LIBKMOD_LOGGING)-logging \
--$(call ptx/endis, PTXCONF_LIBKMOD_DEBUG)-debug \
--disable-gtk-doc \