diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-19 15:59:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-19 15:59:21 +0200 |
commit | 1df534f277e6db7e5d5733372f0af389ca8bfd23 (patch) | |
tree | d37d82425e75217ebdc8540c277254572427eac3 | |
parent | 8588709f69dcdabc221ea445351b2d3c347e12fc (diff) |
F33 build
-rw-r--r-- | failed.txt | 5 | ||||
-rw-r--r-- | php.spec | 6 |
2 files changed, 9 insertions, 2 deletions
@@ -8,10 +8,11 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log /var/lib/mock/scl73fc30x/build.log:Tests failed : 0 /var/lib/mock/scl73fc31x/build.log:Tests failed : 0 /var/lib/mock/scl73fc32x/build.log:Tests failed : 0 +/var/lib/mock/scl73fc33x/build.log:Tests failed : 13 -el8x - 2 buildroot issue with openssl under investigation +el8x, fc33x + 2 buildroot issue with openssl under investigation (fixed with 7.4) (1) proc_open give erratic test results :( @@ -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/ |