diff options
-rw-r--r-- | failed.txt | 1 | ||||
-rw-r--r-- | php74.spec | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc30x/build.log:Tests failed : 0 /var/lib/mock/fc31x/build.log:Tests failed : 0 /var/lib/mock/fc32x/build.log:Tests failed : 0 +/var/lib/mock/fc33x/build.log:Tests failed : 0 el8x: @@ -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/ |