summarylogtreecommitdiffstats
path: root/bfdfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bfdfix.patch')
-rw-r--r--bfdfix.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/bfdfix.patch b/bfdfix.patch
new file mode 100644
index 000000000000..c3e7d69a3cc6
--- /dev/null
+++ b/bfdfix.patch
@@ -0,0 +1,24 @@
+diff --git a/tools/sepdebugcrcfix.c b/tools/sepdebugcrcfix.c
+index cd7fa02..03db7af 100644
+--- a/tools/sepdebugcrcfix.c
++++ b/tools/sepdebugcrcfix.c
+@@ -28,7 +28,19 @@
+ #include <error.h>
+ #include <libelf.h>
+ #include <gelf.h>
++#ifndef PACKAGE
++#define PACKAGE
++#ifndef PACKAGE_VERSION
++#define PACKAGE_VERSION
+ #include <bfd.h>
++#undef PACKAGE_VERSION
++#else
++#include <bfd.h>
++#endif
++#undef PACKAGE
++#else
++#include <bfd.h>
++#endif
+
+ #define _(x) x
+ #define static_assert(expr) \