From 5d797c426414a339ba404c994d93f81a6f4973ec Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 8 Jan 2021 10:08:19 +0000 Subject: Revert "pkgconfig: link to mnl if available" This reverts commit 2253224b33ae9f54f14dc54f0098c4d5ee27fdbf. Reason for revert: Causes massive build failure for osmo-pcu and osmo-sgsn on all the distributions/architectures we build for Change-Id: I6dbe4507701bee013b29dcc26f32c4e1a3c23613 Closes: OS#4936 --- libosmogb.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libosmogb.pc.in b/libosmogb.pc.in index 4eebe428..a163cc42 100644 --- a/libosmogb.pc.in +++ b/libosmogb.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: Osmocom GPRS Gb Library Description: Osmocom GPRS Gb Interface (NS/BSSGP) Library Version: @VERSION@ -Libs: -L${libdir} @TALLOC_LIBS@ -losmogb -losmovty -losmocore @LIBMNL_LIBS@ +Libs: -L${libdir} @TALLOC_LIBS@ -losmogb -losmovty -losmocore Cflags: -I${includedir}/ -fno-strict-aliasing -- cgit v1.2.3