summaryrefslogtreecommitdiff
path: root/pcr/rpm-org/bfdfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/rpm-org/bfdfix.patch')
-rw-r--r--pcr/rpm-org/bfdfix.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/rpm-org/bfdfix.patch b/pcr/rpm-org/bfdfix.patch
deleted file mode 100644
index c3e7d69a3..000000000
--- a/pcr/rpm-org/bfdfix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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) \