summaryrefslogtreecommitdiff
path: root/package/bind/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-10-29 14:31:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-10-30 17:48:21 +0200
commit129b2e68b1c4d7323fb09aaa1573daafb5858a17 (patch)
tree3c7f4df83ae47f6fbacd1fd21618d5e7d76d0ec2 /package/bind/patches
parent52c09f0f6c6fcf6e81ee4fc7b2db225c3c950ecf (diff)
bind: update to 9.16.22
Diffstat (limited to 'package/bind/patches')
-rw-r--r--package/bind/patches/patch-lib_isc_backtrace_c14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/bind/patches/patch-lib_isc_backtrace_c b/package/bind/patches/patch-lib_isc_backtrace_c
new file mode 100644
index 000000000..d9470ccb4
--- /dev/null
+++ b/package/bind/patches/patch-lib_isc_backtrace_c
@@ -0,0 +1,14 @@
+--- bind-9.16.22.orig/lib/isc/backtrace.c 2021-10-13 12:56:16.000000000 +0200
++++ bind-9.16.22/lib/isc/backtrace.c 2021-10-29 13:57:20.009433814 +0200
+@@ -80,10 +80,7 @@ isc_backtrace_gettrace(void **addrs, int
+ return (ISC_R_SUCCESS);
+ }
+ #elif defined(BACKTRACE_GCC)
+-extern int
+-_Unwind_Backtrace(void *fn, void *a);
+-extern void *
+-_Unwind_GetIP(void *ctx);
++#include <unwind.h>
+
+ typedef struct {
+ void **result;