Browse Source

smcroute: disable libcap support

smcroute does not find libcap.so.2

Signed-off-by: Moritz Warning <moritzwarning@web.de>
lilik-openwrt-22.03
Moritz Warning 5 years ago
parent
commit
2f0a2eb02b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/smcroute/Makefile

+ 3
- 0
net/smcroute/Makefile View File

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


Loading…
Cancel
Save