projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33699aa
)
kmod: disable manpages for host-kmod
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 4 Sep 2013 10:36:09 +0000
(12:36 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 4 Sep 2013 10:36:09 +0000
(12:36 +0200)
The manpages are not installed to HOST_DIR anyway, and it errors out if
xsltproc isn't available on the host.
package/kmod/kmod.mk
patch
|
blob
|
history
diff --git
a/package/kmod/kmod.mk
b/package/kmod/kmod.mk
index 169fca3a5c85c27b860d94a2e48136e2f3ea72d5..a1ad7d6b53ced4823b5e918c89e018cbd67a490b 100644
(file)
--- a/
package/kmod/kmod.mk
+++ b/
package/kmod/kmod.mk
@@
-23,6
+23,9
@@
KMOD_LICENSE_FILES = libkmod/COPYING
# https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=b7016153ec8
KMOD_CONF_OPT = --disable-static --enable-shared
+# manpages not installed to host and needs xsltproc
+HOST_KMOD_CONF_OPT = --disable-manpages
+
ifneq ($(BR2_HAVE_DOCUMENTATION),y)
KMOD_CONF_OPT += --disable-manpages
endif