From 2f0a2eb02b46d0e2527b7dae4112e3c1ce78a891 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Wed, 15 May 2019 18:07:18 +0200 Subject: [PATCH] smcroute: disable libcap support smcroute does not find libcap.so.2 Signed-off-by: Moritz Warning --- net/smcroute/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index 06f8a45103..c9f77cfc98 100644 --- a/net/smcroute/Makefile +++ b/net/smcroute/Makefile @@ -38,6 +38,9 @@ define Package/smcroute/conffiles /etc/smcroute.conf endef +CONFIGURE_ARGS += \ + --without-libcap + define Package/smcroute/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/bin