hostapd: build with LTO enabled (using jobserver for parallel build)
[openwrt/staging/wigyori.git] / package / network / utils / iproute2 / patches / 007-no_arpd.patch
index d33dfe60d9a16010875f97ecc411338639eeee07..772398140bfadb1ac5d721a2379378ddb12c9ee4 100644 (file)
@@ -1,16 +1,15 @@
 --- a/misc/Makefile
 +++ b/misc/Makefile
-@@ -5,9 +5,9 @@
-
- include ../Config
-
+@@ -6,9 +6,9 @@ TARGETS=ss nstat ifstat rtacct lnstat
+ include ../config.mk
 -ifeq ($(HAVE_BERKELEY_DB),y)
 -      TARGETS += arpd
 -endif
 +#ifeq ($(HAVE_BERKELEY_DB),y)
 +#     TARGETS += arpd
 +#endif
-
- ifeq ($(HAVE_SELINUX),y)
-       LDLIBS += $(shell pkg-config --libs libselinux)
-
+ all: $(TARGETS)