asterisk-11.x: update source and fix build with musl
authorDaniel Golle <daniel@makrotopia.org>
Fri, 19 Jun 2015 02:42:39 +0000 (04:42 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 19 Jun 2015 06:02:31 +0000 (08:02 +0200)
commit47115a8f309683006c21437d487dec88235415e0
treec30a0437cd450be23284a6452b1fd44149bcc544
parent73c0b34169c250de5c71eb23f87a3115eb2167e2
asterisk-11.x: update source and fix build with musl

 * update to 11.18.0
 * GNU specific glob extenions are not availble on musl, don't
   use them.
 * PTHREAD_MUTEX_FAST_NP also isn't available, use fallback mutex
   types instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/asterisk-11.x/Makefile
net/asterisk-11.x/patches/001-pjproject-change-configure-args.patch
net/asterisk-11.x/patches/010-asterisk-configure-undef-res-ninit.patch
net/asterisk-11.x/patches/022-asterisk-11.17.1-fix-cross-compile.patch [deleted file]
net/asterisk-11.x/patches/030-GNU-GLOB-exts-only-on-glibc.patch [new file with mode: 0644]
net/asterisk-11.x/patches/035-pjproject-non-gnu-mutex-type.patch [new file with mode: 0644]