- force gcc 10 all distros before Tumbleweed:

leap default compiler is gcc7 which is not enough anymore

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=64
This commit is contained in:
2021-09-17 20:43:30 +00:00
committed by Git OBS Bridge
parent 97afb814a9
commit 50fdc0aec7
2 changed files with 8 additions and 2 deletions

View File

@@ -52,8 +52,8 @@
%global _wwwdir /srv/www/webapps
%if 0%{?suse_version} && 0%{?suse_version} < 1500
%global force_gcc_version 9
%if 0%{?suse_version} && 0%{?suse_version} < 1550
%global force_gcc_version 10
%endif
Name: rspamd