From abe1ffaab676bea202a97bb74fd30b1ec7c475e5 Mon Sep 17 00:00:00 2001 From: Antoine Racine Date: Mon, 19 Sep 2016 18:52:48 -0400 Subject: [PATCH] Add pcap.h dependency on Debian/Ubuntu to fix make deps error --- misc/make-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/make-deps.sh b/misc/make-deps.sh index 8b6bafa3..3aab2e6e 100755 --- a/misc/make-deps.sh +++ b/misc/make-deps.sh @@ -29,6 +29,7 @@ if [ $travis -eq 0 ]; then # one of these two golang tools packages should work on debian $sudo_command $APT install -y golang-golang-x-tools || true $sudo_command $APT install -y golang-go.tools || true + $sudo_command $APT install -y libpcap0.8-dev || true fi fi