From bf966a954e3aa1da5ea3df99ad393893dce41ecf Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 1 Feb 2018 12:55:07 +0100 Subject: [PATCH] Related: #1540549 - temporarily work around internal compiler error on x86_64 --- curl.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/curl.spec b/curl.spec index 9ad0660..a5d888e 100644 --- a/curl.spec +++ b/curl.spec @@ -156,6 +156,12 @@ be installed. #aclocal -I m4 #automake +# temporarily work around internal compiler error on x86_64 (#1540549) +%ifarch x86_64 +sed -e 's|-c -o tftpd-tftpd.o|-fcf-protection=none &|' \ + -i tests/server/Makefile.in +%endif + # disable test 1112 (#565305) and test 1801 # printf "1112\n1801\n" >> tests/data/DISABLED @@ -296,6 +302,7 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %changelog * Wed Jan 31 2018 Kamil Dudka - 7.58.0-3 +- temporarily work around internal compiler error on x86_64 (#1540549) - disable brp-ldconfig to make RemovePathPostfixes work with shared libs again * Wed Jan 24 2018 Andreas Schneider - 7.58.0-2