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
This commit is contained in:
Adam Majer 2019-04-25 09:03:32 +00:00 committed by Git OBS Bridge
parent 0f2c58c4e5
commit bf1b8dffd0
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 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 %package -n %lname
Summary: Linux-Native Asynchronous I/O Access Library Summary: Linux-Native Asynchronous I/O Access Library
Group: System/Libraries
# O/P added 2011-11-27 # O/P added 2011-11-27
Group: System/Libraries
Obsoletes: libaio < %version-%release Obsoletes: libaio < %version-%release
Provides: 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 %patch10 -p1
%build %build
%define _lto_cflags %{nil}
make %{?_smp_mflags} CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS"
%install %install