From 8ca2462c54bffa60541604625ac64010fd9a3fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Thu, 6 Apr 2017 15:24:01 +0200 Subject: [PATCH] new version 4.0.19 --- squid.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/squid.spec b/squid.spec index 465af2d..387c0ee 100644 --- a/squid.spec +++ b/squid.spec @@ -130,6 +130,12 @@ LDFLAGS="$RPM_LD_FLAGS -pie -Wl,-z,relro -Wl,-z,now -Wl,--warn-shared-textrel" %ifnarch %{power64} ia64 x86_64 s390x aarch64 --with-large-files \ %endif +# disable strict error checking, since GCC7 is producing false-positive +# error on arm arch +# https://bugzilla.redhat.com/show_bug.cgi?id=1439647 + %ifarch %{arm} + --disable-strict-error-checking \ + %endif --enable-linux-netfilter \ --enable-removal-policies="heap,lru" \ --enable-snmp \