summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-21 08:51:02 +0200
committerRemi Collet <remi@remirepo.net>2020-08-21 08:51:02 +0200
commitef53f0bf675fbc0a4c4113ca7505166cd08ae29f (patch)
treebfb1a3f1b4dcf1337f90d583ff9d7cfe8d976433
parent31a802e49ba8641e692dc3f750ca71a4e3ae96a3 (diff)
F33 build
-rw-r--r--failed.txt1
-rw-r--r--php74.spec6
2 files changed, 7 insertions, 0 deletions
diff --git a/failed.txt b/failed.txt
index cb60ef8..a3e86da 100644
--- a/failed.txt
+++ b/failed.txt
@@ -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:
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/