]> git.pld-linux.org Git - packages/firefox.git/commitdiff
filterout -Werror=format-security to fix build with gcc7
authorJan Palus <atler@pld-linux.org>
Sat, 26 Aug 2017 20:25:55 +0000 (22:25 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 26 Aug 2017 20:25:55 +0000 (22:25 +0200)
firefox.spec

index 23beb1ae222974960fdf5d84ac53273e74e2db03..835228724d18dda62452f47b20b8e7baf73ce3cf 100644 (file)
@@ -155,6 +155,8 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %if %{with clang}
 %define                filterout               -fvar-tracking-assignments
+%else
+%define                filterout               -Werror=format-security
 %endif
 
 # don't satisfy other packages
This page took 0.468687 seconds and 4 git commands to generate.