Blame SOURCES/exiv2-0.27.3-fcf-protection.patch

b7be01
diff -up exiv2-0.27.3-Source/cmake/compilerFlags.cmake.fcf-protection exiv2-0.27.3-Source/cmake/compilerFlags.cmake
b7be01
--- exiv2-0.27.3-Source/cmake/compilerFlags.cmake.fcf-protection	2020-06-30 08:33:22.000000000 -0500
b7be01
+++ exiv2-0.27.3-Source/cmake/compilerFlags.cmake	2020-06-30 18:03:38.197967648 -0500
b7be01
@@ -26,7 +26,7 @@ if ( MINGW OR UNIX OR MSYS ) # MINGW, Li
b7be01
         # This fails under Fedora, MinGW GCC 8.3.0 and CYGWIN/MSYS 9.3.0
b7be01
         if (NOT (MINGW OR CMAKE_HOST_SOLARIS OR CYGWIN OR MSYS) )
b7be01
             if (COMPILER_IS_GCC AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 8.0)
b7be01
-                add_compile_options(-fstack-clash-protection -fcf-protection)
b7be01
+                add_compile_options(-fstack-clash-protection)
b7be01
             endif()
b7be01
 
b7be01
             if( (COMPILER_IS_GCC   AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 5.0) # Not in GCC 4.8