dnsmasq: build with MAKE1
dnsmasq build breaks with parallel builds. By the time final target needs to be linked, some object files are missing. Fix it by using MAKE1 instead. Fixes: http://autobuild.buildroot.org/results/7a68e2f64105013c1040c01c0e55fb5d910ef8d8 Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4f3c8cf94b
commit
39afa6d672
@ -84,7 +84,7 @@ define DNSMASQ_BUILD_CMDS
|
|||||||
$(DNSMASQ_ENABLE_DBUS)
|
$(DNSMASQ_ENABLE_DBUS)
|
||||||
$(DNSMASQ_ENABLE_LUA)
|
$(DNSMASQ_ENABLE_LUA)
|
||||||
$(DNSMASQ_ENABLE_CONNTRACK)
|
$(DNSMASQ_ENABLE_CONNTRACK)
|
||||||
$(DNSMASQ_MAKE_ENV) $(MAKE) -C $(@D) $(DNSMASQ_MAKE_OPT) all$(DNSMASQ_I18N)
|
$(DNSMASQ_MAKE_ENV) $(MAKE1) -C $(@D) $(DNSMASQ_MAKE_OPT) all$(DNSMASQ_I18N)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define DNSMASQ_INSTALL_TARGET_CMDS
|
define DNSMASQ_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
Reference in New Issue
Block a user