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:
parent
f482300e5b
commit
86a805f2f6
@ -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
|
||||||
|
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user