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:
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

@@ -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 \