Attention is currently required from: neels.
Patch set 1:Code-Review -1
1 comment:
File src/libosmo-pfcp/Makefile.am:
Patch Set #1, Line 68: gen__pfcp_ies_auto_LDFLAGS
This looks weird, both before and after your patch. Local `*.la` and shared `*_LIBS` should always be in `gen__pfcp_ies_auto_LDADD`. `COVERAGE_LDFLAGS` should be in `gen__pfcp_ies_auto_LDFLAGS`. Why are they mixed up?
Also, this is not the first time you're having this problem the linker picking up shared library instead of the locally built one. Last time you solved it by reordering libs, so that the `*.la` files are listed earlier than shared `_LIBS`. Now I am seeing a different workaround.
To view, visit change 31741. To unsubscribe, or for help writing mail filters, visit settings.