From a70ccbdbe1730364c6fbbbe5db200ffa844ebe03 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Wed, 11 Nov 2020 11:25:32 -0500 Subject: [PATCH] turn LTO back off, as it was assuming code needed libcrypto for some unknown reason --- texlive-base.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/texlive-base.spec b/texlive-base.spec index 859d578..8e55c0d 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -6567,6 +6567,8 @@ done %global mysources %{lua: for index,value in ipairs(sources) do if index >= 16 then print(value.." ") end end} %build +%define _lto_cflags %{nil} + %if %{without bootstrap} cat /usr/share/texlive/kpathsea.log || : # DEBUG @@ -9115,6 +9117,7 @@ done <<< "$list" * Tue Nov 10 2020 Tom Callaway - 7:20200327-20 - fix issues with file ownership duplication - fix issue with obsoleting texlive-tetex +- turn LTO back off, as it was assuming code needed libcrypto for some unknown reason * Thu Oct 29 2020 Tom Callaway - 7:20200327-19 - fix dependencies of texlive-ptex and texlive-uptex