Accepting request 724980 from Java:packages

Fix build

OBS-URL: https://build.opensuse.org/request/show/724980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/antlr?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2019-09-05 10:31:40 +00:00 committed by Git OBS Bridge
commit f050e94418
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 2 06:53:31 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Thu May 9 12:54:52 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -38,6 +38,7 @@ This antlr package is used for bootstrapping purposes only.
find | grep "\(ShowString.java$\|StreamConverter.java$\)" && exit 42 || :
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
#>>> some useful functions ... used throughout bootstrap packages
# variables:
TARGET_DIR=`pwd`

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 \