Accepting request 1146211 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1146211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=52
This commit is contained in:
Ana Guerrero 2024-02-15 19:58:37 +00:00 committed by Git OBS Bridge
commit 58ad4b30dd
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 12 13:57:28 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable LTO on aarch64 until upstream fix the issue:
https://github.com/libunwind/libunwind/issues/693
-------------------------------------------------------------------
Tue Jan 30 11:33:15 UTC 2024 - Pedro Monreal <pmonreal@suse.com>

View File

@ -15,6 +15,11 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# Disable LTO on aarch64
# https://github.com/libunwind/libunwind/issues/693
%ifarch aarch64
%define _lto_cflags %{nil}
%endif
# Note the wrong version number from upstream
Name: libunwind