Currently, ims_dialog includes execinfo.h to use backtrace in the backtrace2str function. However, all calls to backtrace2str are commented so disable this function through "if 0" and comment the include on execinfo.h to allow the cross-compilation of the ims_dialog module as some libc's don't always have this header (uclibc-ng, musl)
Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/996
-- Commit Summary --
* Fix execinfo error in ims_dialog module
-- File Changes --
M src/modules/ims_dialog/dlg_hash.c (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/996.patch https://github.com/kamailio/kamailio/pull/996.diff
Can you update the commit message to follow the recommendations from contributions guide?
- https://www.kamailio.org/wiki/devel/github-contributions#commit_message_form...
The commit messages are used to generate the changelog and it is good to have a coherence there.
Thanks!
Merged #996.