asterisk-16.x: disable semaphores only on uClibc 423/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 1 May 2019 18:43:34 +0000 (20:43 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 1 May 2019 18:52:08 +0000 (20:52 +0200)
commit63a8ad175572881789d94010691790fa5731eb00
treebb960a3ec9c08a82e4ce313945edc0b7a5523b5d
parent5d9b1156cfb484a6ae779e0e3ce9deac1347d370
asterisk-16.x: disable semaphores only on uClibc

The current patch disables semaphore use always. But musl and glibc
support semaphores. Only uClibc doesn't support them (the functions are
defined but just throw an error when called).

The patch is updated to allow Asterisk to use the system semaphores when
using anything but uClibc. It is also renamed to reflect that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-16.x/Makefile
net/asterisk-16.x/patches/001-disable-semaphores-check.patch [deleted file]
net/asterisk-16.x/patches/001-disable-semaphores-on-uclibc-otherwise-allow.patch [new file with mode: 0644]
net/asterisk-16.x/patches/002-configure-fix-detection-of-re-entrant-resolver-funct.patch
net/asterisk-16.x/patches/130-eventfd.patch