From 195d2dc72423069d6192140a65b6fff76ace79fa Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 5 Jan 2016 15:07:25 +0100 Subject: migrate WIP osmo-iuh hack to use system-installed libosm-ranap.so this means we no longer try to link to hard-coded files outside of the openbsc.git repository. --- openbsc/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/configure.ac') diff --git a/openbsc/configure.ac b/openbsc/configure.ac index 24dbc30f7..e9930f1b0 100644 --- a/openbsc/configure.ac +++ b/openbsc/configure.ac @@ -28,6 +28,9 @@ PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.2.0) PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 0.6.4) PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.0.1) PKG_CHECK_MODULES(LIBCRYPTO, libcrypto >= 0.9.5) +PKG_CHECK_MODULES(LIBASN1C, libasn1c) +PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran) # Enabke/disable the NAT? AC_ARG_ENABLE([nat], [AS_HELP_STRING([--enable-nat], [Build the BSC NAT. Requires SCCP])], -- cgit v1.2.3