From fa778022813e6b9192a02c9973d69c04dbb0f2d5 Mon Sep 17 00:00:00 2001 From: Neels Janosch Hofmeyr Date: Thu, 9 Mar 2023 00:48:19 +0100 Subject: libosmo-pfcp.pc: move libosmogsm to Requires It appears Requires.private is not working as intended. Moving to Requires seems to fix the problem I am seeing on my machine: CCLD unique_ids_test /usr/bin/ld: /usr/local/lib/libosmo-pfcp.so: undefined reference to `osmo_apn_to_str' /usr/bin/ld: /usr/local/lib/libosmo-pfcp.so: undefined reference to `osmo_apn_from_str' Change-Id: I319173c1fab068dfe1361ae6cd02f729461d4cf8 --- libosmo-pfcp.pc.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libosmo-pfcp.pc.in') diff --git a/libosmo-pfcp.pc.in b/libosmo-pfcp.pc.in index 58a6164..cafbdd3 100644 --- a/libosmo-pfcp.pc.in +++ b/libosmo-pfcp.pc.in @@ -6,7 +6,6 @@ includedir=@includedir@ Name: Osmocom PFCP library Description: C Utility Library that implements the PFCP protocol and endpoint Version: @VERSION@ -Requires: libosmo-gtlv, libosmocore, talloc -Requires.private: libosmogsm +Requires: libosmo-gtlv, libosmogsm, libosmocore, talloc Libs: -L${libdir} -losmo-pfcp Cflags: -I${includedir}/ -- cgit v1.2.3