429babb57302cf7e2d6d792e518c9acb45fee91e
[feed/telephony.git] / net / asterisk-13.x / patches / 050-musl-glob-compat.patch
1 --- asterisk-11.7.0.orig/res/ael/ael.flex
2 +++ asterisk-11.7.0/res/ael/ael.flex
3 @@ -79,6 +79,12 @@
4 #if !defined(GLOB_ABORTED)
5 #define GLOB_ABORTED GLOB_ABEND
6 #endif
7 +#if !defined(GLOB_BRACE)
8 +#define GLOB_BRACE 0
9 +#endif
10 +#if !defined(GLOB_NOMAGIC)
11 +#define GLOB_NOMAGIC 0
12 +#endif
13
14 #include "asterisk/logger.h"
15 #include "asterisk/utils.h"
16 Only in asterisk-11.7.0: res/ael/ael.tab.o
17 --- asterisk-11.7.0.orig/res/ael/ael_lex.c
18 +++ asterisk-11.7.0/res/ael/ael_lex.c
19 @@ -838,6 +838,12 @@
20 #if !defined(GLOB_ABORTED)
21 #define GLOB_ABORTED GLOB_ABEND
22 #endif
23 +#if !defined(GLOB_BRACE)
24 +#define GLOB_BRACE 0
25 +#endif
26 +#if !defined(GLOB_NOMAGIC)
27 +#define GLOB_NOMAGIC 0
28 +#endif
29
30 #include "asterisk/logger.h"
31 #include "asterisk/utils.h"