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 \