From a1e2c3483eac177d392cb055f2187a93611b7072 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sat, 11 Jul 2015 10:30:59 +0100 Subject: [PATCH] Install libpcap headers The 'bustle' package depends on 'pcap' which has a build-dependency on libpcap. --- debian-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 54034881..61b853af 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -57,7 +57,8 @@ apt-get install -y \ libphash0-dev \ libopenal-dev \ libhidapi-dev \ - libzmq3-dev + libzmq3-dev \ + libpcap0.8-dev mkdir /tmp/nettle-build (