From 70bb1086ca8651626dca80ec6ae99bc89e8e0e79 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 21 Oct 2020 11:12:51 +0100 Subject: [PATCH] turn off hard gcc reqauirement (temporary) --- annobin.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 1462820..879d05a 100644 --- a/annobin.spec +++ b/annobin.spec @@ -31,7 +31,8 @@ License: GPLv3+ # Set this to zero to disable the requirement for a specific version of gcc. # This should only be needed if there is some kind of problem with the version # checking logic or when building on RHEL-7 or earlier. -%global with_hard_gcc_version_requirement 1 +# %%global with_hard_gcc_version_requirement 1 +%global with_hard_gcc_version_requirement 0 # %%bcond_without annobin_plugin %bcond_with annobin_plugin