Accepting request 697797 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/697797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libaio?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2019-04-30 10:55:46 +00:00 committed by Git OBS Bridge
commit fbfa433908
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 24 17:07:30 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133233).
-------------------------------------------------------------------
Thu Jan 31 16:03:40 UTC 2019 - schwab@suse.de

View File

@ -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