From 2253224b33ae9f54f14dc54f0098c4d5ee27fdbf Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 7 Jan 2021 14:56:10 +0100 Subject: [PATCH] pkgconfig: link to mnl if available The dependency on mnl breaks builds of osmo-pcu et al if mnl is used for libosmogb, but not linked in for lib users Change-Id: Ib4df95d5c922f8edfa33e68645652fd30d321ff8 --- libosmogb.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libosmogb.pc.in b/libosmogb.pc.in index a163cc42f..4eebe4282 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 +Libs: -L${libdir} @TALLOC_LIBS@ -losmogb -losmovty -losmocore @LIBMNL_LIBS@ Cflags: -I${includedir}/ -fno-strict-aliasing