SHA256
1
0
forked from pool/bison

Accepting request 721030 from devel:tools:compiler

Use FAT LTO objects in order to provide proper static library. (forwarded request 720438 from marxin)

OBS-URL: https://build.opensuse.org/request/show/721030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2019-09-05 10:08:02 +00:00 committed by Git OBS Bridge
commit 93fdc852cb
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 \