Pre-Submission Checklist

Type Of Change

Checklist:

Description

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


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/2256

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.