CVSROOT:        /cvs
Module name:    ports
Changes by:     c...@cvs.openbsd.org    2021/08/03 05:15:44

Modified files:
        telephony/linphone/bctoolbox: Makefile 
        telephony/linphone/bctoolbox/patches: patch-CMakeLists_txt 

Log message:
bctoolbox: unbreak some consumers' build on ld.bfd archs

Upstream's cmake magic checks for execinfo.h, but there is no test to
check if the backtrace(3) function family requires extra linker flags.
Replace the header check by testing if backtrace(3) exists, and if it
does, add the required linker flag.

This fixes telephony/linphone/belr build on ld.bfd archs, at least.

Tested on macppc and amd64.

« ok if it works for you » landry@ (maintainer)

Reply via email to