net-misc/asterisk: further fix for binutils-2.34 on 13.32.0
authorJaco Kroon <jaco@uls.co.za>
Wed, 1 Apr 2020 07:10:16 +0000 (09:10 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 1 Apr 2020 14:37:34 +0000 (17:37 +0300)
Closes: https://bugs.gentoo.org/713840
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/15192
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-misc/asterisk/files/asterisk-13.32.0-binutils-2.34.patch

index 5be532bf804fcd2c694e2393f892f40572c2d724..6ce797ca4f2d1d45640e5162ebb9899aba8952c8 100644 (file)
@@ -1,8 +1,6 @@
-diff --git a/main/backtrace.c b/main/backtrace.c
-index 2623d7f..1bc9bea 100644
---- a/main/backtrace.c
-+++ b/main/backtrace.c
-@@ -59,6 +59,12 @@
+--- a/main/backtrace.c 2020-03-12 07:37:03.000000000 -0700
++++ b/main/backtrace.c 2020-03-31 23:22:18.272691980 -0700
+@@ -64,6 +64,15 @@
  #if defined(HAVE_DLADDR) && defined(HAVE_BFD) && defined(BETTER_BACKTRACES)
  #include <dlfcn.h>
  #include <bfd.h>
@@ -11,6 +9,9 @@ index 2623d7f..1bc9bea 100644
 +#endif
 +#ifndef bfd_get_section_vma
 +#define bfd_get_section_vma(x, y)     bfd_section_vma(y)
++#endif
++#ifndef bfd_get_section_flags
++#define bfd_get_section_flags(bfd, ptr) ((void) bfd, (ptr)->flags)
 +#endif
  #endif