Displaying 1 result from an estimated 1 matches for "bootclasspath_older_source".
2016 Aug 25
0
[PATCH] java: Don't try to set -source 1.5 in options.
...e value 1.5 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
and that's very hard to reliably fix because you have to know somehow
a magic path. For more details, see:
https://blogs.oracle.com/darcy/entry/bootclasspath_older_source
https://blogs.oracle.com/darcy/entry/how_to_cross_compile_for
Anyway, remove the voodoo from configure.ac.
As a side effect, this allows you to set the EXTRA_JAVAC_FLAGS
environment variable before ./configure with any extra javac flags
that you want.
---
m4/guestfs_java.m4 | 10 ----------
1 fi...