asterisk13: add patch from alpine linux to fix AMI on musl
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 10 Sep 2017 20:27:18 +0000 (22:27 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 10 Sep 2017 20:27:20 +0000 (22:27 +0200)
commita448d065e372185392ef3313655b483d92e356db
treef445607f98cf8bf2994aed1c35a9fc3b94c9b217
parent73c582d6b38437e77906a907a1b3e5d0f0118b04
asterisk13: add patch from alpine linux to fix AMI on musl

This adds ASTERISK-24517.patch from alpine linux. Without the patch
there are problems with the tcp/tls wrapper when running on a musl
toolchain. This is visible when toying with AMI:

LEDE*CLI> !nc localhost 5038
[Sep 10 12:13:25] WARNING[10315]: tcptls.c:684 handle_tcptls_connection: FILE * open failed!

This fixes issue #185 for asterisk 13 in trunk. The patch cannot be
applied to asterisk 11.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-13.x/patches/055-ASTERISK-24517.patch [new file with mode: 0644]