aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorAndy Fiddaman <andy@omniosce.org>2021-05-12 22:51:36 +0000
committerGitHub <noreply@github.com>2021-05-12 18:51:36 -0400
commitdefed5008011d5b187934d42629c850b5147f5ea (patch)
treef6f6a9f34058a8c7e68e32163da3e30d0bc1d390 /docs/src
parent882ee25346d7e0cf021f67c22475fcb0995b2c06 (diff)
downloadlibuv-defed5008011d5b187934d42629c850b5147f5ea.tar.gz
libuv-defed5008011d5b187934d42629c850b5147f5ea.zip
build: some systems provide dlopen() in libc
libuv is packaged for OmniOS, an illumos distribution (OpenSolaris fork), and on that platform `libdl.so` is just a legacy stub library that does not need to be linked. `dlopen()` and friends are present in libc. Changing to using `AC_SEARCH_LIBS()` instead of `AC_CHECK_LIB()` stops the unnecessary linking of libdl. PR-URL: https://github.com/libuv/libuv/pull/3113 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions