Closed iarebatman closed 4 years ago
Can you apply -ldl
change to autotools build as well? AC_SEARCH_LIBS([dlopen], [dl])
automatically appends -ldl
to LIBS
, so you can just remove explicit -ldl
from *.am files.
Also, --enable-hybrid-codec
uses RTLD_NODELETE
which is missing on OpenBSD.
No response to reviews from @iarebatman. Closing
Please reopen and update if you plan to address the reviewers.
We don't need to link with -ldl on OpenBSD. Add new check to see if we need to find a libdl before we assume we do.
swap32 is provided by OpenBSD. Use it when available.