Merge pull request #8991 from mwarning/smcroute_libcap
smcroute: disable libcap support
This commit is contained in:
commit
fc308d491f
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