From ca292dd6078432a48106b62d11ef64b4b6d6fcf6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 6 Feb 2019 17:07:35 +0100 Subject: [PATCH] debian: depend on libsctp-dev Since we merged the SGs interface, we include , 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) 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),