Accepting request 720006 from home:marxin:branches:Java:packages

- Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/720006
OBS-URL: https://build.opensuse.org/package/show/Java:packages/antlr?expand=0&rev=67
This commit is contained in:
Tomáš Chvátal 2019-07-31 09:19:36 +00:00 committed by Git OBS Bridge
parent 20b04f992e
commit 93cee481dc
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 31 08:51:20 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Sun Nov 18 19:43:07 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -122,6 +122,7 @@ cp -p %{SOURCE1} build.xml
find | grep "\(ShowString.java$\|StreamConverter.java$\)" && exit 42 || :
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
ant \
-Dj2se.apidoc=%{_javadocdir}/java \
-Dant.build.javac.source=8 -Dant.build.javac.target=8 \