Browse Source

Merge pull request #8991 from mwarning/smcroute_libcap

smcroute: disable libcap support
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
fc308d491f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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