From 077ababef39cfada8e65abb8ba14fc4bb01f13ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Aug 2020 10:06:23 +0200 Subject: f33 build --- failed.txt | 1 + php.spec | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/failed.txt b/failed.txt index 42d4313..9ca3cc9 100644 --- a/failed.txt +++ b/failed.txt @@ -7,6 +7,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log /var/lib/mock/scl74fc30x/build.log:Tests failed : 0 /var/lib/mock/scl74fc31x/build.log:Tests failed : 0 /var/lib/mock/scl74fc32x/build.log:Tests failed : 0 +/var/lib/mock/scl74fc33x/build.log:Tests failed : 0 el8x: diff --git a/php.spec b/php.spec index dfdd9d0..a0c2609 100644 --- a/php.spec +++ b/php.spec @@ -1071,6 +1071,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