summaryrefslogtreecommitdiffstats
path: root/package/classpath/classpath.mk
diff options
context:
space:
mode:
authorMarcus Hoffmann <m.hoffmann@cartelsol.com>2017-02-12 03:04:44 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-12 15:12:11 +0100
commit8f8c02e596e781df77b8cd7d5e7b3c33ae5e36b2 (patch)
tree3e530a0c8dcec98108b318e386e2ecf71bba88f7 /package/classpath/classpath.mk
parentf56b13897b9f30c78d7ccd78a25b1e985179d2ab (diff)
downloadbuildroot-8f8c02e596e781df77b8cd7d5e7b3c33ae5e36b2.tar.gz
buildroot-8f8c02e596e781df77b8cd7d5e7b3c33ae5e36b2.zip
classpath: bump to version 0.99
Drop both patches since they are included upstream. We don't need to autoreconf now. Note: classpath 0.99 has a bug in it's autoconf scripts, such that configure always fails when specifying --disable-tools[1]. We enable these for now. Also explicitly disable GJDoc generation, as this defaults to on now. --disable-plugin is not needed any more, since this is now the default. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70660 Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/classpath/classpath.mk')
-rw-r--r--package/classpath/classpath.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/classpath/classpath.mk b/package/classpath/classpath.mk
index 3825c76daf..97b7f0deda 100644
--- a/package/classpath/classpath.mk
+++ b/package/classpath/classpath.mk
@@ -4,21 +4,20 @@
#
################################################################################
-CLASSPATH_VERSION = 0.98
+CLASSPATH_VERSION = 0.99
CLASSPATH_SITE = $(BR2_GNU_MIRROR)/classpath
CLASSPATH_CONF_OPTS = \
--disable-examples \
- --disable-plugin \
--disable-rpath \
--disable-Werror \
--disable-gconf-peer \
- --disable-tools
+ --disable-gjdoc
+ --enable-tools
# classpath assumes qt runs on top of X11, but we
# don't support qt4 on X11
CLASSPATH_CONF_OPTS += --disable-qt-peer
CLASSPATH_DEPENDENCIES = host-pkgconf
-CLASSPATH_AUTORECONF = YES
CLASSPATH_LICENSE = GPLv2+ with exception
CLASSPATH_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud