From Holger Freyther <holger(a)freyther.de>de>:
Holger Freyther has submitted this change and it was merged.
Change subject: misc: Drop oRTP dependency as there is nothing using it
......................................................................
misc: Drop oRTP dependency as there is nothing using it
This seems to be a copy of paste of libsomo-abis. Let us just drop
it here and be done with it.
Change-Id: Ia5cb2b572fb5597605284d1c3f657d548aa790f2
Reviewed-on:
https://gerrit.osmocom.org/64
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
---
M configure.ac
M debian/control
2 files changed, 1 insertion(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
Holger Freyther: Looks good to me, approved
diff --git a/configure.ac b/configure.ac
index 19f7d18..64a7a1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,6 @@
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.0)
dnl FIXME: We depend on libosmoabis by now until we can move LAPD code here
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.0.7)
-PKG_CHECK_MODULES(ORTP, ortp >= 0.15.0)
old_LIBS=$LIBS
AC_SEARCH_LIBS([sctp_send], [sctp], [
diff --git a/debian/control b/debian/control
index c5bcb43..3953414 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
-Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool,
dh-autoreconf, libdpkg-perl, git, libosmocore-dev, libosmo-abis-dev, pkg-config,
libortp-dev, libsctp-dev
+Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool,
dh-autoreconf, libdpkg-perl, git, libosmocore-dev, libosmo-abis-dev, pkg-config,
libsctp-dev
Standards-Version: 3.9.6
Vcs-Git:
git://git.osmocom.org/libosmo-netif.git
Vcs-Browser:
http://git.osmocom.org/gitweb?p=libosmo-netif.git;a=summary
--
To view, visit
https://gerrit.osmocom.org/64
To unsubscribe, visit
https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia5cb2b572fb5597605284d1c3f657d548aa790f2
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <holger(a)freyther.de>
Gerrit-Reviewer: Holger Freyther <holger(a)freyther.de>
Gerrit-Reviewer: Jenkins Builder