aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-02-06 17:07:35 +0100
committerHarald Welte <laforge@gnumonks.org>2019-02-06 17:56:01 +0000
commitca292dd6078432a48106b62d11ef64b4b6d6fcf6 (patch)
tree0255237d220b70ec11fcc0b025dabd6fb0dc6767
parent34d306be95a7e1eaba8848ced973c7787f6b9fdf (diff)
debian: depend on libsctp-dev
Since we merged the SGs interface, we include <netinet/sctp.h>, which is provided by libsctp-dev. This means that the Debian package should depend on this. It is expected that this will un-break the network:osmocom:nightly builds. Change-Id: I092e95ea970763c4008d3c7ff1b7028042574a64
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index e607d1032..f6e8ace0f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>=9),
libtool,
pkg-config,
libdbi-dev,
+ libsctp-dev,
libtalloc-dev,
libsmpp34-dev (>= 1.12),
libasn1c-dev (>= 0.9.28),