aboutsummaryrefslogtreecommitdiffstats
path: root/libosmo-pfcp.pc.in
diff options
context:
space:
mode:
authorNeels Janosch Hofmeyr <nhofmeyr@sysmocom.de>2023-03-09 00:48:19 +0100
committerNeels Janosch Hofmeyr <nhofmeyr@sysmocom.de>2023-03-09 00:49:18 +0100
commitfa778022813e6b9192a02c9973d69c04dbb0f2d5 (patch)
tree43c4d4ae37638388b007548706606eb20ba20193 /libosmo-pfcp.pc.in
parenta2a8f56513e403762f3ed5b5d4dc98183dc06a2f (diff)
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
Diffstat (limited to 'libosmo-pfcp.pc.in')
-rw-r--r--libosmo-pfcp.pc.in3
1 files changed, 1 insertions, 2 deletions
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}/