Commit c460cc81 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent ff3cf356
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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))