From fa9a25b26e8d084144a7386d7ebba6844fc89a2e Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 29 Apr 2017 13:22:06 +0200 Subject: [PATCH] asterisk-11.x: remove 051-musl-include.patch It was fixed upstream apparently. Signed-off-by: Daniel Golle --- .../patches/051-musl-includes.patch | 42 ------------------- 1 file changed, 42 deletions(-) delete mode 100644 net/asterisk-11.x/patches/051-musl-includes.patch diff --git a/net/asterisk-11.x/patches/051-musl-includes.patch b/net/asterisk-11.x/patches/051-musl-includes.patch deleted file mode 100644 index 6bee31c..0000000 --- a/net/asterisk-11.x/patches/051-musl-includes.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- a/include/asterisk/compat.h -+++ b/include/asterisk/compat.h -@@ -68,7 +68,7 @@ - #endif - - #ifndef AST_POLL_COMPAT --#include -+#include - #else - #include "asterisk/poll-compat.h" - #endif ---- a/include/asterisk/poll-compat.h -+++ b/include/asterisk/poll-compat.h -@@ -83,7 +83,7 @@ - - #ifndef AST_POLL_COMPAT - --#include -+#include - - #define ast_poll(a, b, c) poll(a, b, c) - ---- a/main/ast_expr2.c -+++ b/main/ast_expr2.c -@@ -93,6 +93,7 @@ - - #include "asterisk.h" - -+#include - #include - #include - ---- a/main/ast_expr2.y -+++ b/main/ast_expr2.y -@@ -14,6 +14,7 @@ - - #include "asterisk.h" - -+#include - #include - #include -