summaryrefslogtreecommitdiff
path: root/package/kmod
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-02-09 09:34:17 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-09 09:35:54 +0100
commit674fd4f83464a1449a0db8bb4e2584b7b6f6a051 (patch)
treeca99546a5f32410501bfb1533a6810aaad0c6140 /package/kmod
parent4e0cd2e289e5e20a1989d05337a754752c8d5738 (diff)
kmod: really pass --disable-manpages
The line below overwrites KMOD_CONF_OPT, so move the --disable-manpages options below. Fixes http://autobuild.buildroot.net/results/842/842131307c171e1bc5a1e918996d53b00ddb1be3/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/kmod')
-rw-r--r--package/kmod/kmod.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
index f819d0eb8..f79a49284 100644
--- a/package/kmod/kmod.mk
+++ b/package/kmod/kmod.mk
@@ -15,13 +15,13 @@ HOST_KMOD_DEPENDENCIES = host-pkgconf
KMOD_LICENSE = LGPLv2.1+
KMOD_LICENSE_FILES = libkmod/COPYING
-KMOD_CONF_OPT += --disable-manpages
-HOST_KMOD_CONF_OPT = --disable-manpages
-
# static linking not supported, see
# https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/?id=b7016153ec8
KMOD_CONF_OPT = --disable-static --enable-shared
+KMOD_CONF_OPT += --disable-manpages
+HOST_KMOD_CONF_OPT = --disable-manpages
+
ifeq ($(BR2_PACKAGE_ZLIB),y)
KMOD_DEPENDENCIES += zlib
KMOD_CONF_OPT += --with-zlib