Attention is currently required from: pespin.
1 comment:
File configure.ac:
Patch Set #6, Line 350: if test -n "$osmocodec_libdir" && test -f "$osmocodec_libdir/libosmocodec.a" ; then
AFAIU the fact that an static library exists doesn't mean you are statically linking against that li […]
You are right in general, but in this case it is under the condition that --with-websdr is enabled, where only static linking is possible (Emscripten/WASM target).
So the library is not just built as static, it is actually linked statically into the final module.
I would be happy to hear suggestions if there is a better way to structure or verify this.
To view, visit change 42701. To unsubscribe, or for help writing mail filters, visit settings.