pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcap/+/15092
Change subject: Require libosmocore 0.11.0 ...................................................................... Require libosmocore 0.11.0 Building against older versions fail for different reasons, newest one being due to osmo_init_logging2 being added in 0.11.0. Change-Id: Ic7f147c5a26b45b75931cfd8f662642f59a1d725 --- M configure.ac 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/92/15092/1 diff --git a/configure.ac b/configure.ac index 95c5270..2511b37 100644 --- a/configure.ac +++ b/configure.ac @@ -115,9 +115,9 @@ AC_SUBST([PCAP_CFLAGS]) dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.2) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.2) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.11.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0) PKG_CHECK_MODULES(LIBZMQ, libzmq >= 3.2.2) PKG_CHECK_MODULES(LIBGNUTLS, gnutls) -- To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/15092 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-pcap Gerrit-Branch: master Gerrit-Change-Id: Ic7f147c5a26b45b75931cfd8f662642f59a1d725 Gerrit-Change-Number: 15092 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-MessageType: newchange
