aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/007-no_arpd.patch
blob: d33dfe60d9a16010875f97ecc411338639eeee07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -5,9 +5,9 @@

 include ../Config

-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)