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:
commit
93fdc852cb
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user