mirror of
https://github.com/openwrt/telephony.git
synced 2025-05-03 02:30:18 +08:00

- Bump to new LTS release. - Move to folder asterisk and remove AST_MAJOR_VERSION variable, as we only have one version anyway. - Add new modules. - Rename voicemail to app-voicemail. - Remove deps of voicemail on res-adsi and res-smdi as they are optional. - Use INSTALL_DATA for headers. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
12 lines
371 B
Diff
12 lines
371 B
Diff
--- a/include/asterisk/lock.h
|
|
+++ b/include/asterisk/lock.h
|
|
@@ -66,7 +66,7 @@
|
|
#define AST_PTHREADT_NULL (pthread_t) -1
|
|
#define AST_PTHREADT_STOP (pthread_t) -2
|
|
|
|
-#if (defined(SOLARIS) || defined(BSD))
|
|
+#if (defined(SOLARIS) || defined(BSD) || !defined(HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP))
|
|
#define AST_MUTEX_INIT_W_CONSTRUCTORS
|
|
#endif /* SOLARIS || BSD */
|
|
|