aboutsummaryrefslogtreecommitdiffstats
path: root/main/kamailio/0002-remove-spurious-execinfo.patch
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2018-04-08 17:26:22 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-20 14:16:18 +0000
commit65bc9c288605bc9446348bd22d841599dc50fa26 (patch)
treeec1b30ca25db9921de771a20be21558228feb01a /main/kamailio/0002-remove-spurious-execinfo.patch
parenta474a886f71519b459a4af51c400a2ee4408f44f (diff)
downloadaports-65bc9c288605bc9446348bd22d841599dc50fa26.tar.bz2
aports-65bc9c288605bc9446348bd22d841599dc50fa26.tar.xz
main/kamailio: upgrade 5.1.2
Use slightly modified upstream(?!) APKBUILD
Diffstat (limited to 'main/kamailio/0002-remove-spurious-execinfo.patch')
-rw-r--r--main/kamailio/0002-remove-spurious-execinfo.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/main/kamailio/0002-remove-spurious-execinfo.patch b/main/kamailio/0002-remove-spurious-execinfo.patch
deleted file mode 100644
index d9403bb4c4..0000000000
--- a/main/kamailio/0002-remove-spurious-execinfo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/src/modules/ims_dialog/dlg_hash.c b/src/modules/ims_dialog/dlg_hash.c
-index 999ae01..4fe4aae 100644
---- a/src/modules/ims_dialog/dlg_hash.c
-+++ b/src/modules/ims_dialog/dlg_hash.c
-@@ -17,7 +17,8 @@
- #include "dlg_profile.h"
- #include "dlg_handlers.h"
- #include "dlg_db_handler.h"
--#include <execinfo.h>
-+
-+// #include <execinfo.h>
-
- #define MAX_LDG_LOCKS 2048
- #define MIN_LDG_LOCKS 2
-@@ -70,6 +71,7 @@ static int dlg_hash_size_out = 4096;
- }\
- }while(0)
-
-+#ifdef ALPINE_SUPPORTS_BACKTRACE
- inline static int backtrace2str(char* buf, int size)
- {
- void* bt[32];
-@@ -87,6 +89,7 @@ inline static int backtrace2str(char* buf, int size)
- }
- return 0;
- }
-+#endif
-
- /*!
- * \brief Initialize the global dialog table