summaryrefslogtreecommitdiffstats
path: root/package/module-init-tools
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-06-24 20:03:30 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-06-24 20:03:30 +0200
commitc460cc8161a0738873351d990a522cee90173231 (patch)
tree933977a9ed339645b20772df1e23e27e3aa0317b /package/module-init-tools
parentff3cf356802b9b2447d510d361f6c1cf3e5308b2 (diff)
downloadbuildroot-novena-c460cc8161a0738873351d990a522cee90173231.tar.gz
buildroot-novena-c460cc8161a0738873351d990a522cee90173231.zip
module-init-tools: don't build static tools for host
As pointed out on IRC, the static tools causes problems on distributions without glibc-static, and we don't need them - So just disable them like we do for the target build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/module-init-tools')
-rw-r--r--package/module-init-tools/module-init-tools.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/module-init-tools/module-init-tools.mk b/package/module-init-tools/module-init-tools.mk
index ad92a1ac9..96c8378c6 100644
--- a/package/module-init-tools/module-init-tools.mk
+++ b/package/module-init-tools/module-init-tools.mk
@@ -18,6 +18,7 @@ MODULE_INIT_TOOLS_CONF_OPT = \
MODULE_INIT_TOOLS_AUTORECONF = YES
HOST_MODULE_INIT_TOOLS_AUTORECONF = YES
HOST_MODULE_INIT_TOOLS_CONF_ENV = ac_cv_prog_DOCBOOKTOMAN=''
+HOST_MODULE_INIT_TOOLS_CONF_OPT = --disable-static-utils
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))