summaryrefslogtreecommitdiffstats
path: root/package/arp-scan/arp-scan.mk
blob: b46e941d103b342a10c26cd2a8015f2e89f9c86c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
################################################################################
#
# arp-scan
#
################################################################################

ARP_SCAN_VERSION = 1.9
ARP_SCAN_SITE = https://github.com/royhills/arp-scan/releases/download/$(ARP_SCAN_VERSION)
ARP_SCAN_LICENSE = GPL-3.0+
ARP_SCAN_LICENSE_FILES = COPYING
ARP_SCAN_DEPENDENCIES = libpcap

# 0001-configure-try-linking-to-detect-stack-protector-supp.patch touches acinclude.m4
ARP_SCAN_AUTORECONF = YES

ifeq ($(BR2_STATIC_LIBS),y)
ARP_SCAN_CONF_OPTS = LIBS="`$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`"
endif

ARP_SCAN_CONF_ENV = pgac_cv_snprintf_long_long_int_format='%lld'

$(eval $(autotools-package))
OpenPOWER on IntegriCloud