Browse Source
Merge pull request #8991 from mwarning/smcroute_libcap
smcroute: disable libcap support
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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 |
|
|
|