smcroute: disable libcap support
smcroute does not find libcap.so.2 Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
parent
016843ea43
commit
2f0a2eb02b
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue