From bf1b8dffd0ebec160eb7037c454bc723668bb875eb6841c696c68acacda761a4 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 25 Apr 2019 09:03:32 +0000 Subject: [PATCH] Accepting request 697604 from home:marxin:branches:devel:libraries:c_c++ Disable LTO (boo#1133233). OBS-URL: https://build.opensuse.org/request/show/697604 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libaio?expand=0&rev=36 --- libaio.changes | 5 +++++ libaio.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libaio.changes b/libaio.changes index 9d264d4..72761dc 100644 --- a/libaio.changes +++ b/libaio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 17:07:30 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133233). + ------------------------------------------------------------------- Thu Jan 31 16:03:40 UTC 2019 - schwab@suse.de diff --git a/libaio.spec b/libaio.spec index 368bedc..8cbef71 100644 --- a/libaio.spec +++ b/libaio.spec @@ -52,8 +52,8 @@ require the Linux-native async I/O API. %package -n %lname Summary: Linux-Native Asynchronous I/O Access Library -Group: System/Libraries # O/P added 2011-11-27 +Group: System/Libraries Obsoletes: libaio < %version-%release Provides: libaio = %version-%release @@ -92,6 +92,7 @@ with, for the Linux-native asynchronous I/O facility ("async I/O", or %patch10 -p1 %build +%define _lto_cflags %{nil} make %{?_smp_mflags} CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" %install