From 05db1909c8c299a58538b664d60c2ce2b0993cbe Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 28 Feb 2019 11:51:47 +0100 Subject: debian: Add BuildDepends on libpcap0.8-dev The debian packaging wants to execute "make check" which in turn wants to build the jitterbuffer tests, which in turn require pcap.h to be present, which is provided by libpcap0.8-dev. Closes: OS#3818 Change-Id: Iab471de9fb276a436332241337539eab544f965a --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/control b/debian/control index b6bc17d..a9a486d 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9), libosmocore-dev, libosmo-abis-dev, pkg-config, + libpcap0.8-dev, libsctp-dev, libortp-dev Standards-Version: 3.9.6 -- cgit v1.2.3