Fridrich Strba 2019-08-21 08:17:38 +00:00 committed by Git OBS Bridge
parent 8c16b5c518
commit dbf3d88ff3
3 changed files with 7 additions and 3 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

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Aug 2 06:53:31 UTC 2019 - Martin Liška <mliska@suse.cz>
Wed Aug 21 08:16:15 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Use FAT LTO objects in order to provide proper static library.
- Remove duplicate flags definitions and clean up the changes
-------------------------------------------------------------------
Wed Jul 31 08:51:20 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

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