disable lto (#1910121)
This commit is contained in:
parent
e4409834fe
commit
d1fe18d80a
@ -44,9 +44,7 @@
|
|||||||
%bcond_without java
|
%bcond_without java
|
||||||
%bcond_without vulkan
|
%bcond_without vulkan
|
||||||
|
|
||||||
%ifarch ppc64le
|
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%endif
|
|
||||||
|
|
||||||
%global srcname opencv
|
%global srcname opencv
|
||||||
%global abiver 4.3
|
%global abiver 4.3
|
||||||
@ -60,7 +58,7 @@
|
|||||||
Name: opencv
|
Name: opencv
|
||||||
Version: 4.3.0
|
Version: 4.3.0
|
||||||
%global javaver %(foo=%{version}; echo ${foo//./})
|
%global javaver %(foo=%{version}; echo ${foo//./})
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Collection of algorithms for computer vision
|
Summary: Collection of algorithms for computer vision
|
||||||
# This is normal three clause BSD.
|
# This is normal three clause BSD.
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -484,6 +482,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
|
|||||||
%{_libdir}/libopencv_xphoto.so.%{abiver}*
|
%{_libdir}/libopencv_xphoto.so.%{abiver}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 05 2021 Sérgio Basto <sergio@serjux.com> - 4.3.0-10
|
||||||
|
- disable lto (#1910121)
|
||||||
|
|
||||||
* Thu Dec 24 2020 Sérgio Basto <sergio@serjux.com> - 4.3.0-9
|
* Thu Dec 24 2020 Sérgio Basto <sergio@serjux.com> - 4.3.0-9
|
||||||
- Fix build of grfmt_jpeg2000.cpp
|
- Fix build of grfmt_jpeg2000.cpp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user