doc/
subfolder, the README file is autogenerated)This PR has two changes for building on NetBSD.
One is simply adding -lm to the link line for kamailio, as math functions are used.
The other is changing the use of -ldl to a variable, leaving that at -ldl most places, and setting it to empty on NetBSD. (NetBSD does not have a /usr/lib/libdl.* and dlopen does not require any link line arguments.)
I am pretty sure that my changes won't affect the build on non-NetBSD.
Thanks,
Greg
https://github.com/kamailio/kamailio/pull/2256
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.