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:
commit
fbfa433908
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user