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