ppc64le: workaround for BZ #1996330

This commit is contained in:
Markus Neteler 2022-03-28 21:47:51 +02:00
parent b12a94f179
commit 54bca66a4f
1 changed files with 6 additions and 0 deletions

View File

@ -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 <releng@fedoraproject.org> - 2.3.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild