Attention is currently required from: neels. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/30256 )
Change subject: pfcp_test: fix order of dependencies ......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/libosmo-pfcp/+/30256/comment/44b37ba5_d1c56ef9 PS2, Line 10: libtool puts system lib/ first in LD_LIBRARY_PATH
I think that's totally expected, the order in which you add the libraries to link to makes a differe […]
I disagree. This behavior is inconsistent, i.e. I cannot reproduce the problem Neels was having. libtool generates me a script which does not mess with the LD_LIBRARY_PATH at all, it's using the RPATH in ELF headers instead. And we both are using identical versions of autotools/libtool/etc.