From b1cc056b12702435f6ebdc6ba0a8e17a41e159a0 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 26 Aug 2016 15:18:29 +0200 Subject: Remove nghttp2 code and use system' nghttp2 Update debian, macos (setup / homebrew) download script Update testsuite (don't try HPACK when build without nghttp2) Change-Id: I365e5e17bc4fab4acd81b4c39ea7189a5d1ee112 Reviewed-on: https://code.wireshark.org/review/17347 Reviewed-by: Gerald Combs Reviewed-by: Peter Wu Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- tools/debian-setup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/debian-setup.sh') diff --git a/tools/debian-setup.sh b/tools/debian-setup.sh index 3dfce5f23a..96b57339e0 100755 --- a/tools/debian-setup.sh +++ b/tools/debian-setup.sh @@ -58,6 +58,7 @@ trusty) ;; *) BASIC_LIST="$BASIC_LIST libtool-bin" + ADDITIONAL_LIST="$ADDITIONAL_LIST libnghttp2-dev" ;; esac -- cgit v1.2.3