Attention is currently required from: pespin.
Timur Davydov has posted comments on this change by Timur Davydov. ( https://gerrit.osmocom.org/c/osmo-bts/+/42701?usp=email )
Change subject: bts: guard AMR RTP decoder stub with HAVE_LIBOSMOCODEC_STATIC ......................................................................
Patch Set 6:
(1 comment)
File configure.ac:
https://gerrit.osmocom.org/c/osmo-bts/+/42701/comment/737d2821_30c5f62a?usp=... : PS6, 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.