On 2021/01/31 13:15, Charlene Wendling wrote: > On Sun, 31 Jan 2021 12:03:39 +0000 > Stuart Henderson <[email protected]> wrote: > > > On 2021/01/31 12:58, Charlene Wendling wrote: > > > On Sun, 31 Jan 2021 16:38:02 +1100 > > > Jonathan Gray <[email protected]> wrote: > > > > > > > https://github.com/cisco/libsrtp/commit/716a73862b387a2107f37398c0fb7d9a754c0ccd.patch > > > > > > > > /tmp/libsrtp2.so.1.0 --> /usr/local/lib/libsrtp2.so.2.0 > > > > Dynamic export changes: > > > > removed: > > > > bit_string > > > > > > > > Deps still work, OK with me. > > > > > Tested on amd64 and macppc (vanilla clang there). It needs itself > > > to be installed for tests to run, i've tweaked your diff to do so. > > > > Can you paste a log please, I don't see that? > > > Huh, weird. I have attached the log.
Very odd. Yours is linking libsrtp2.so.2.0 right after "ar cr libsrtp2.a ..." so the .so is present when the test programs are compiled/linked so they pick it up. I can't find a way to replicate that. Mine doesn't link libsrtp2.so.2.0 until after the tests have built so they pick up the static lib. (not that this is related to the patch)
