From a7f5116989bc087cef7bd5140d80459ffb516d31b79e42b250e624a5bcbbd6cc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 23 Oct 2019 09:11:18 +0000 Subject: [PATCH] Accepting request 742014 from home:marxin:branches:Base:System - Move back "%global _lto_cflags ..." line as it's needed for the following error: E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libisns.a. The recursion in macro was caused by fact that the macro was not defined for some time in prjconfig. OBS-URL: https://build.opensuse.org/request/show/742014 OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=23 --- open-isns.changes | 9 +++++++++ open-isns.spec | 1 + 2 files changed, 10 insertions(+) diff --git a/open-isns.changes b/open-isns.changes index bb694cb..3157b39 100644 --- a/open-isns.changes +++ b/open-isns.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 23 08:08:55 UTC 2019 - Martin Liška + +- Move back "%global _lto_cflags ..." line as it's needed + for the following error: + E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libisns.a. + The recursion in macro was caused by fact that the macro was not + defined for some time in prjconfig. + ------------------------------------------------------------------- Fri Oct 4 18:26:01 UTC 2019 - Lee Duncan diff --git a/open-isns.spec b/open-isns.spec index 00cf0e6..5e386cf 100644 --- a/open-isns.spec +++ b/open-isns.spec @@ -57,6 +57,7 @@ Files to develop an application using the open-isns library. %setup -n %{name}-%{version} %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects autoconf autoheader %configure