summarylogtreecommitdiffstats
path: root/reenable-libbfd-workaround.patch
diff options
context:
space:
mode:
Diffstat (limited to 'reenable-libbfd-workaround.patch')
-rw-r--r--reenable-libbfd-workaround.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/reenable-libbfd-workaround.patch b/reenable-libbfd-workaround.patch
new file mode 100644
index 000000000000..d45eeaeeb555
--- /dev/null
+++ b/reenable-libbfd-workaround.patch
@@ -0,0 +1,14 @@
+diff -aur package.pristine/crashreporter/crashreporter_posix.c package.new/crashreporter/crashreporter_posix.c
+--- package.pristine/crashreporter/crashreporter_posix.c 2016-06-05 23:57:15.720344670 +0200
++++ package.new/crashreporter/crashreporter_posix.c 2016-06-05 23:57:33.723548061 +0200
+@@ -28,8 +28,8 @@
+ #include <stdio.h>
+
+
+-//#define PACKAGE 1 // workaround for bug in libbfd
+-//#define PACKAGE_VERSION 1 // workaround for bug in libbfd
++#define PACKAGE 1 // workaround for bug in libbfd
++#define PACKAGE_VERSION 1 // workaround for bug in libbfd
+ #include "backtrace-symbols.c"
+
+ #elif defined(FOR_MACOSX)