]> jfr.im git - irc/UndernetIRC/iauthd-c.git/commit
tests/iauthd-c.conf: Work around apparent musl or Alpine bug
authorMichael Poole <redacted>
Wed, 11 Sep 2019 02:17:03 +0000 (22:17 -0400)
committerMichael Poole <redacted>
Wed, 11 Sep 2019 02:17:03 +0000 (22:17 -0400)
commit90481a309c28d942c5a6e41cc526288f1de170b6
tree5fe31687b18e33708d347949418daa11a529df73
parentb98aae07f96b52f698af9c6cd9efaa12f2ad5cb2
tests/iauthd-c.conf: Work around apparent musl or Alpine bug

"make check" would fail on Alpine 3.10.2 with "missing test plan", which
was caused by dlopen() not loading test_sar.so because it had some
unresolved symbols (such as test_is) that should be provided by tests.so.

There was not an obvious reason that dlopen() would effectively ignore
the RTLD_LAZY flag, so use this as a workaround.
tests/iauthd-c.conf