From: Moritz Warning Date: Wed, 15 May 2019 16:07:18 +0000 (+0200) Subject: smcroute: disable libcap support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2f0a2eb02b46d0e2527b7dae4112e3c1ce78a891;p=openwrt-packages.git smcroute: disable libcap support smcroute does not find libcap.so.2 Signed-off-by: Moritz Warning --- diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index 06f8a4510..c9f77cfc9 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