From b76e2f2c65fce0fe858e5cf8a397ea33786f150c Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 1 Feb 2018 14:05:00 +0100 Subject: [PATCH] Related: #1540549 - use the workaround for f28 only ... so that it does not break the build with old versions of GCC --- curl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curl.spec b/curl.spec index a5d888e..21d98da 100644 --- a/curl.spec +++ b/curl.spec @@ -158,9 +158,11 @@ be installed. # temporarily work around internal compiler error on x86_64 (#1540549) %ifarch x86_64 +%if 0%{?fedora} >= 28 sed -e 's|-c -o tftpd-tftpd.o|-fcf-protection=none &|' \ -i tests/server/Makefile.in %endif +%endif # disable test 1112 (#565305) and test 1801 #