diff --git a/opencv.changes b/opencv.changes index 712c818..efd3e00 100644 --- a/opencv.changes +++ b/opencv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 19 11:13:05 UTC 2019 - Jonathan Brielmaier + +- Disable LTO on ppc64le for now, as it fails to build when enabled + (boo#1146096). + ------------------------------------------------------------------- Sat Aug 10 21:45:53 UTC 2019 - Christophe Giboudeaux diff --git a/opencv.spec b/opencv.spec index c565e92..0c10f85 100644 --- a/opencv.spec +++ b/opencv.spec @@ -15,6 +15,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +# Build failure with LTO enabled on ppc64le boo#1146096 +%ifarch ppc64le +%define _lto_cflags %{nil} +%endif # The ADE required for gapi is not yet packaged, disable it for now %bcond_with gapi