diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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/ |