From 1df534f277e6db7e5d5733372f0af389ca8bfd23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Aug 2020 15:59:21 +0200 Subject: F33 build --- php.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'php.spec') diff --git a/php.spec b/php.spec index d698639..689c590 100644 --- a/php.spec +++ b/php.spec @@ -1121,6 +1121,12 @@ exit 1 %build +# This package fails to build with LTO due to undefined symbols. LTO +# was disabled in OpenSuSE as well, but with no real explanation why +# beyond the undefined symbols. It really shold be investigated further. +# Disable LTO +%define _lto_cflags %{nil} + %{?dtsenable} # Set build date from https://reproducible-builds.org/specs/source-date-epoch/ -- cgit