Accepting request 419880 from server:http

Fix build on openSUSE:Factory i586 (forwarded request 419852 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/419880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2016-08-20 10:27:10 +00:00 committed by Git OBS Bridge
commit ee9c497c95
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 18 07:08:52 UTC 2016 - dimstar@opensuse.org
- Add "-ffloat-store -fexcess-precision=standard" to CFLAGS when
building for ix86, working around bug gcc#323. See also
gh#varnish/Varnish-Cache#88.
-------------------------------------------------------------------
Fri Apr 22 14:15:43 UTC 2016 - jengelh@inai.de

View File

@ -97,6 +97,9 @@ This package holds the development files for varnish.
%build
export CFLAGS="%optflags -fstack-protector"
%ifarch %ix86
export CFLAGS+=" -ffloat-store -fexcess-precision=standard"
%endif
%configure --disable-static --docdir="%_docdir/%name" \
--localstatedir="%_localstatedir/cache/" \
--disable-silent-rules \