From f1e112fa688aa0900ebdbcc31d88c6ce91251495 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 11 Aug 2014 09:12:25 -0700 Subject: dnsmasq: look for lua.pc, not lua5.1.pc Signed-off-by: Christopher Larson Signed-off-by: Martin Jansa --- .../recipes-support/dnsmasq/files/parallel-make.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-networking/recipes-support/dnsmasq/files/parallel-make.patch (limited to 'meta-networking/recipes-support/dnsmasq/files') diff --git a/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch b/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch deleted file mode 100644 index 6d5b722eab..0000000000 --- a/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch +++ /dev/null @@ -1,19 +0,0 @@ -The dnsmasq target depends on .configured and $(objs). .configured does an rm --f *.o. Yet the only thing telling make to build the .configured target before -the $(objs) target was the order of the dependencies of the dnsmasq target. We -can't rely on that order when doing a paralllel make build, so add an explicit -rule to enforce that order. - -Signed-off-by: Christopher Larson -Upstream-status: Pending - ---- dnsmasq-2.68.orig/Makefile -+++ dnsmasq-2.68/Makefile -@@ -139,6 +139,8 @@ bloatcheck : $(BUILDDIR)/dnsmasq_baselin - @rm -f *.o - @touch $@ - -+$(objs): .configured -+ - $(objs:.o=.c) $(hdrs): - ln -s $(top)/$(SRC)/$@ . -- cgit v1.2.3-54-g00ecf