aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-02-28 11:51:47 +0100
committerHarald Welte <laforge@gnumonks.org>2019-02-28 11:58:35 +0100
commit05db1909c8c299a58538b664d60c2ce2b0993cbe (patch)
treeca07229c064dbd2343bfb7ea187cb2f9862cf78a
parenta8733cb6c7d15b44bee65cc529f7a7270343dc55 (diff)
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
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
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