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