SHA256
1
0
forked from pool/varnish

Accepting request 419852 from home:dimstar:branches:server:http

Fix build on openSUSE:Factory i586

OBS-URL: https://build.opensuse.org/request/show/419852
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=78
This commit is contained in:
Jan Engelhardt 2016-08-18 08:46:22 +00:00 committed by Git OBS Bridge
parent f482300e5b
commit 86a805f2f6
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 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 %build
export CFLAGS="%optflags -fstack-protector" export CFLAGS="%optflags -fstack-protector"
%ifarch %ix86
export CFLAGS+=" -ffloat-store -fexcess-precision=standard"
%endif
%configure --disable-static --docdir="%_docdir/%name" \ %configure --disable-static --docdir="%_docdir/%name" \
--localstatedir="%_localstatedir/cache/" \ --localstatedir="%_localstatedir/cache/" \
--disable-silent-rules \ --disable-silent-rules \