Added -Wno-error=free-nonheap-object to CFLAS to build on s390x
This commit is contained in:
parent
dfdaceb1aa
commit
618dace694
@ -24,7 +24,7 @@
|
|||||||
Summary: High-performance HTTP accelerator
|
Summary: High-performance HTTP accelerator
|
||||||
Name: varnish
|
Name: varnish
|
||||||
Version: 6.4.0
|
Version: 6.4.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://www.varnish-cache.org/
|
URL: https://www.varnish-cache.org/
|
||||||
Source0: http://varnish-cache.org/_downloads/%{name}-%{version}%{?vd_rc}.tgz
|
Source0: http://varnish-cache.org/_downloads/%{name}-%{version}%{?vd_rc}.tgz
|
||||||
@ -207,6 +207,10 @@ export CFLAGS="%{optflags} -fno-exceptions -fPIC -ffloat-store"
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch s390x
|
||||||
|
export CFLAGS="%{optflags} -Wno-error=free-nonheap-object"
|
||||||
|
%endif
|
||||||
|
|
||||||
# What gcc version is this?
|
# What gcc version is this?
|
||||||
gcc --version
|
gcc --version
|
||||||
|
|
||||||
@ -429,6 +433,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 04 2020 Ingvar Hagelund <ingvar@redpill-linpro.com> 6.4.0-4
|
||||||
|
- Added -Wno-error=free-nonheap-object to CFLAS to build on s390x
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.0-3
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.0-3
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user