SHA256
1
0
forked from pool/varnish

- Disable LTO, this randomly fails during link stage.

OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=102
This commit is contained in:
Jan Engelhardt 2020-06-23 07:35:26 +00:00 committed by Git OBS Bridge
parent 3c0f3a9fe4
commit c88194dd38
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 23 07:35:15 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Disable LTO, this randomly fails during link stage.
-------------------------------------------------------------------
Tue Jun 9 19:33:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -95,6 +95,7 @@ This package holds the development files for varnish.
%autosetup -p1
%build
%define _lto_cflags %nil
export CFLAGS="%optflags -fcommon -fstack-protector -Wno-error=clobbered -Werror=maybe-uninitialized"
%ifarch %ix86
export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard"