Attention is currently required from: neels.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/31760 )
Change subject: libosmo-pfcp.pc: move libosmogsm to Requires ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
so libosmo-pfcp.so is not linked against libosmogsm.so: […]
And indeed, the linker command while building libosmo-pfcp seems to be:
libtool: link: gcc -shared -fPIC -DPIC .libs/pfcp_endpoint.o .libs/pfcp_ies_custom.o .libs/pfcp_msg.o .libs/pfcp_strs.o .libs/pfcp_cp_peer.o .libs/pfcp_ies_auto.o -fsanitize=address -fsanitize=undefined -pthread -Wl,-soname -Wl,libosmo-pfcp.so.0 -Wl,-version-script -Wl,.libs/libosmo-pfcp.ver -o .libs/libosmo-pfcp.so.0.1.0
- no -losmogsm in that linker command!