arp-scan: add package

Signed-off-by: Sergey Urushkin <urusha.v1.0@gmail.com>
This commit is contained in:
Sergey Urushkin
2016-03-01 12:58:21 +03:00
parent 31b70f938f
commit 9811743dee
2 changed files with 57 additions and 0 deletions
@@ -0,0 +1,10 @@
--- a/acinclude.m4 2016-02-19 15:21:01.000000000 +0300
+++ b/acinclude.m4 2016-02-19 17:18:50.480874343 +0300
@@ -211,7 +211,6 @@
LONG_LONG_INT_FORMAT=''
case $pgac_cv_snprintf_long_long_int_format in
- cross) AC_MSG_RESULT([cannot test (not on host machine)]);;
?*) AC_MSG_RESULT([$pgac_cv_snprintf_long_long_int_format])
LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;;
*) AC_MSG_RESULT(none);;