29044db278
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48613
15 lines
311 B
Diff
15 lines
311 B
Diff
--- a/misc/Makefile
|
|
+++ b/misc/Makefile
|
|
@@ -5,9 +5,9 @@ TARGETS=ss nstat ifstat rtacct lnstat
|
|
|
|
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)
|