arp-scan: fix missing libcap dependency
arp-scan complains about missing libcap dependency. Disable the dependency. Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
0c15327f98
commit
5cd812bd6a
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=arp-scan
|
||||
PKG_VERSION:=1.10.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/royhills/arp-scan/tar.gz/$(PKG_VERSION)?
|
||||
|
@ -42,6 +42,9 @@ define Package/arp-scan/description
|
|||
ARP scanner
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--without-libcap
|
||||
|
||||
define Package/arp-scan/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/arp-scan $(1)/usr/bin/
|
||||
|
|
Loading…
Reference in a new issue