From ef53f0bf675fbc0a4c4113ca7505166cd08ae29f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Aug 2020 08:51:02 +0200 Subject: F33 build --- php74.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'php74.spec') diff --git a/php74.spec b/php74.spec index 4a005cd..20186aa 100644 --- a/php74.spec +++ b/php74.spec @@ -1286,6 +1286,12 @@ fi %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