With 7509619c9eea5673b0db14d43ffcef62d44ba51e adding the use of ```--no-undefined``` with the linker broke the build on OpenBSD. Shared libraries that reference libc functions cannot use ```--no-undefined``` on OpenBSD.
With 7509619 adding the use of
--no-undefinedwith the linker broke the build on OpenBSD.Shared libraries that reference libc functions cannot use
--no-undefinedon OpenBSD.