Fix build with java 9
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jzlib?expand=0&rev=21
This commit is contained in:
parent
17e4b79b4d
commit
46bd0f3b48
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 09:23:28 UTC 2017 - fstrba@suse.com
|
||||
|
||||
- Specify java source and target level 1.6 in order to allow build
|
||||
with jdk9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 9 10:39:43 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
@ -56,7 +56,7 @@ rm misc/mindtermsrc-v121-compression.patch
|
||||
|
||||
%build
|
||||
ant \
|
||||
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
|
||||
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
|
||||
dist
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user