From 869cf78943b68789bf47837a75f3765a1464653c Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Thu, 10 Sep 2020 13:23:17 -0500 Subject: [PATCH] Disable LTO --- nextcloud-client.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nextcloud-client.spec b/nextcloud-client.spec index 6393b82..79e29a1 100644 --- a/nextcloud-client.spec +++ b/nextcloud-client.spec @@ -1,10 +1,11 @@ %undefine __cmake_in_source_build %undefine _cmake_skip_rpath +%define _lto_cflags %{nil} %global _hardened_build 1 Name: nextcloud-client Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Nextcloud Client # -libs are LGPLv2+, rest GPLv2 @@ -230,6 +231,9 @@ test "$(chrpath --list %{buildroot}%{_bindir}/nextcloud)" = "%{buildroot}%{_bind %endif %changelog +* Thu Sep 10 2020 Nick Bebout - 3.0.1-2 +- Disable LTO + * Sat Sep 05 2020 Mukundan Ragavan - 3.0.1-1 - Update to 3.0.1 - Drop upstreamed patches