summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-19 15:59:21 +0200
committerRemi Collet <remi@remirepo.net>2020-08-19 15:59:21 +0200
commit1df534f277e6db7e5d5733372f0af389ca8bfd23 (patch)
treed37d82425e75217ebdc8540c277254572427eac3 /php.spec
parent8588709f69dcdabc221ea445351b2d3c347e12fc (diff)
F33 build
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/php.spec b/php.spec
index d698639..689c590 100644
--- a/php.spec
+++ b/php.spec
@@ -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/