From 3d9001e2cad4598e60676c3295beb2ef6182a2c5 Mon Sep 17 00:00:00 2001 From: David P Date: Thu, 2 Nov 2017 15:10:28 -0300 Subject: Remove some [pcr] packages --- pcr/rpm-org/bfdfix.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 pcr/rpm-org/bfdfix.patch (limited to 'pcr/rpm-org/bfdfix.patch') 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 - #include - #include -+#ifndef PACKAGE -+#define PACKAGE -+#ifndef PACKAGE_VERSION -+#define PACKAGE_VERSION - #include -+#undef PACKAGE_VERSION -+#else -+#include -+#endif -+#undef PACKAGE -+#else -+#include -+#endif - - #define _(x) x - #define static_assert(expr) \ -- cgit v1.2.3