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
This commit is contained in:
Michael Matz 2019-08-05 12:11:53 +00:00 committed by Git OBS Bridge
parent 04ecde5bfc
commit f7eb8fef7b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 2 06:57:00 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Tue May 28 08:43:17 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -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 \