From 5047f5e9d67bd88d0bfafc0b38bbc2e2367f1e7352f534306fb4dc0517538b82 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Aug 2019 08:26:52 +0000 Subject: [PATCH] Accepting request 720457 from home:marxin:static Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/720457 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=43 --- libevent.changes | 5 +++++ libevent.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/libevent.changes b/libevent.changes index ab234f8..9ab6251 100644 --- a/libevent.changes +++ b/libevent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 07:05:45 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Mon Jul 1 09:40:17 UTC 2019 - Andreas Schwab diff --git a/libevent.spec b/libevent.spec index f71c47d..bdd491f 100644 --- a/libevent.spec +++ b/libevent.spec @@ -116,6 +116,7 @@ This package holds the static libraries for libevent2. %patch0 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects ./autogen.sh %configure \ --disable-libevent-regress