diff options
Diffstat (limited to 'package/bind/patches/patch-lib_isc_backtrace_c')
-rw-r--r-- | package/bind/patches/patch-lib_isc_backtrace_c | 14 |
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; |