From: Peter Korsgaard Date: Sun, 24 Jun 2012 18:03:30 +0000 (+0200) Subject: module-init-tools: don't build static tools for host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c460cc8161a0738873351d990a522cee90173231;p=buildroot.git 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 --- diff --git a/package/module-init-tools/module-init-tools.mk b/package/module-init-tools/module-init-tools.mk index ad92a1ac91..96c8378c6c 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))