- disable LTO due to (ffi#733)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libffi?expand=0&rev=25
This commit is contained in:
2022-09-27 09:33:00 +00:00
committed by Git OBS Bridge
parent a183ac23af
commit 9c4f6cb9b5
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ Fri Sep 23 13:17:48 UTC 2022 - Richard Biener <rguenther@suse.com>
* Fix 32-bit x86 stdcall stack corruption.
* Fix ILP32 aarch64 support.
- includes fix for RISCV64
- disable LTO due to (ffi#733)
-------------------------------------------------------------------
Wed Dec 1 15:44:46 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -67,6 +67,8 @@ time.
%setup -q
%build
# https://github.com/libffi/libffi/issues/733
%define _lto_cflags %{nil}
# https://github.com/libffi/libffi/pull/647
%configure --disable-exec-static-tramp
%make_build