From 54bca66a4f20e730dc04d36451509590bdf6d642 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Mon, 28 Mar 2022 21:47:51 +0200 Subject: [PATCH] ppc64le: workaround for BZ #1996330 --- PDAL.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PDAL.spec b/PDAL.spec index bdaed61..0438076 100644 --- a/PDAL.spec +++ b/PDAL.spec @@ -1,5 +1,10 @@ %global __cmake_in_source_build 1 +# BZ 1996330 +%ifarch ppc64le +%global _lto_cflags %nil +%endif + Summary: Point Data Abstraction Library Name: PDAL # NOTE: Re-verifiy test exclusions in %%check when updating @@ -251,6 +256,7 @@ sphinx-build -b html . build/html - removed laszip requirement as lasperf is now used - deactivated unbundling of some bundled libraries, see https://github.com/PDAL/PDAL/issues/3719 - fix https://github.com/PDAL/PDAL/pull/3720 +- ppc64le: workaround for BZ #1996330 * Wed Jan 19 2022 Fedora Release Engineering - 2.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild