aboutsummaryrefslogtreecommitdiffstats
path: root/libosmogb.pc.in
diff options
context:
space:
mode:
authorlaforge <laforge@osmocom.org>2021-01-08 10:08:19 +0000
committerlaforge <laforge@osmocom.org>2021-01-08 10:14:02 +0000
commit5d797c426414a339ba404c994d93f81a6f4973ec (patch)
tree19f691afbad22d70766a7a6363c591d1f7ad1583 /libosmogb.pc.in
parent09bea0152a77c7b9559244b7d421ef33a8f8fd21 (diff)
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
Diffstat (limited to 'libosmogb.pc.in')
-rw-r--r--libosmogb.pc.in2
1 files changed, 1 insertions, 1 deletions
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