]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build: Various OpenBSD issues 64/4464/1
authorGeorge Joseph <gjoseph@digium.com>
Thu, 17 Nov 2016 02:24:08 +0000 (19:24 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 17 Nov 2016 02:31:54 +0000 (21:31 -0500)
commit935f5d003bb19e4ecb683bdb6d5896d02f26f539
treee8bd56f87bc1abca86455068f2d7ee40980b757a
parent97b2ba472d64147fc7790126bda95c9f63445c66
build:  Various OpenBSD issues

OpenBSD's 'find' doesn't take the -delete argument so you have to pipe
through 'xargs rm -rf'.

'echo -e' doesn't like \t starting a line. It just prints 't' which
causes the libasteriskpj.exports file to be garbage.  They were just
cosmetic so they were removed.

librt doesn't exist so the link of libasteriskpj.so fails. It's not
actually needed for linux anyway so -lrt was removed from the link.

res_rtp_asterisk was failing to load because of an undefined
DTLS_method. '|| defined(LIBRESSL_VERSION_NUMBER)' was added to the #if
so DTLSv1_method is used instead.

ASTERISK-26608

Change-Id: I926ec95b0b69633231e3ad1d6e803b977272c49c
main/Makefile
res/res_rtp_asterisk.c
third-party/pjproject/Makefile