From: <abe...@us...> - 2016-02-13 05:26:56
|
Revision: 7530 http://sourceforge.net/p/astlinux/code/7530 Author: abelbeck Date: 2016-02-13 05:26:54 +0000 (Sat, 13 Feb 2016) Log Message: ----------- arp-scan, fix build issue for 32-bit targets Modified Paths: -------------- branches/1.0/package/arp-scan/arp-scan.mk Modified: branches/1.0/package/arp-scan/arp-scan.mk =================================================================== --- branches/1.0/package/arp-scan/arp-scan.mk 2016-02-13 00:31:23 UTC (rev 7529) +++ branches/1.0/package/arp-scan/arp-scan.mk 2016-02-13 05:26:54 UTC (rev 7530) @@ -9,6 +9,9 @@ ARP_SCAN_DEPENDENCIES = libpcap +# Only used and needed for 32-bit targets +ARP_SCAN_CONF_ENV = pgac_cv_snprintf_long_long_int_format="%lld" + define ARP_SCAN_INSTALL_TARGET_CMDS $(INSTALL) -D -m 0755 $(@D)/arp-scan $(TARGET_DIR)/usr/bin/arp-scan endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |