summaryrefslogtreecommitdiff
path: root/package/asterisk/patches
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2015-07-26 10:46:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-26 10:48:45 +0200
commite261bbb55eb8a61e8f1be91f15bd29743965a804 (patch)
tree018639dcef43a4e2aa89ad30746e24f2cbe28a52 /package/asterisk/patches
parent9fa71a106f460934e90e6fb8344393b324747fc0 (diff)
Revert "update to latest upstream"
This reverts commit 23c39ed2658699a56627e2609908348d4a1f9b36. Conflicts: package/asterisk/Makefile Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/asterisk/patches')
-rw-r--r--package/asterisk/patches/patch-configure_ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/asterisk/patches/patch-configure_ac b/package/asterisk/patches/patch-configure_ac
deleted file mode 100644
index 1827e1764..000000000
--- a/package/asterisk/patches/patch-configure_ac
+++ /dev/null
@@ -1,19 +0,0 @@
---- asterisk-12.3.0.orig/configure.ac 2014-05-13 02:25:17.000000000 +0200
-+++ asterisk-12.3.0/configure.ac 2014-06-09 20:12:05.000000000 +0200
-@@ -855,16 +855,6 @@ AC_LINK_IFELSE(
- ]
- )
-
--# Some platforms define sem_init(), but only support sem_open(). joyous.
--AC_MSG_CHECKING(for working unnamed semaphores)
--AC_RUN_IFELSE(
-- [AC_LANG_PROGRAM([#include <semaphore.h>],
-- [sem_t sem; return sem_init(&sem, 0, 0);])],
-- AC_MSG_RESULT(yes)
-- AC_DEFINE([HAS_WORKING_SEMAPHORE], 1, [Define to 1 if anonymous semaphores work.]),
-- AC_MSG_RESULT(no)
--)
--
- LIBS="$save_LIBS"
- CFLAGS="$save_CFLAGS"
- if test "${ac_cv_pthread_rwlock_timedwrlock}" = "yes"; then