mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user