From f7eb8fef7bf0ed9ccc3dbf4aa4c3af90f18e0b109f4ed23125cf7fa48e69e808 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 5 Aug 2019 12:11:53 +0000 Subject: [PATCH] Accepting request 720438 from home:marxin:static Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/720438 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=71 --- bison.changes | 5 +++++ bison.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/bison.changes b/bison.changes index 31c43f8..3a7ef41 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 06:57:00 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Tue May 28 08:43:17 UTC 2019 - Martin Pluskal diff --git a/bison.spec b/bison.spec index b6600f5..4e913c1 100644 --- a/bison.spec +++ b/bison.spec @@ -45,6 +45,7 @@ Bison is a parser generator similar to yacc(1). %setup -q %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %configure \ --disable-silent-rules \ --disable-rpath \