module-init-tools: don't build static tools for host
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 24 Jun 2012 18:03:30 +0000 (20:03 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 24 Jun 2012 18:03:30 +0000 (20:03 +0200)
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>
package/module-init-tools/module-init-tools.mk

index ad92a1ac91d5ad94423eaa35a18015568e87332c..96c8378c6cfce95b60f1d06145a4fbe798e30cbc 100644 (file)
@@ -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))