laforge has uploaded this change for review.
debian/control: libosmocore-dev must depend on libsctp-dev
As our pkg-config files now 'Require' libsctp, we are seeing build
failures as libsctp-dev is not installed when building
libosmocore-dependant packages. Let's add the missing dependency.
Change-Id: I5d61149cd5b571586d426d1d6bf929e73a322fff
Fixes: I2ab1fe8e4bbfc120b471d6c9f2312a89dbc7d42b
---
M debian/control
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/70/27570/1
diff --git a/debian/control b/debian/control
index 771fff2..0357cc2 100644
--- a/debian/control
+++ b/debian/control
@@ -320,6 +320,7 @@
Section: libdevel
Depends: libosmocore,
libtalloc-dev (>= 2.1.0),
+ libsctp-dev,
${misc:Depends}
Description: Development headers for Open Source MObile COMmunications CORE library
The header files provided by this package may be used to develop
To view, visit change 27570. To unsubscribe, or for help writing mail filters, visit settings.