mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
29044db278
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48613
16 lines
311 B
Diff
16 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)
|