summaryrefslogtreecommitdiff
path: root/package/openjdk7
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-03 17:11:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-04 17:54:51 +0200
commiteb339e5dacc4d6333fe8cf55c9f79ab64a7e3809 (patch)
tree5f6b7d4cdaf0956fdbe1f074d75ebf390b412e66 /package/openjdk7
parent557bd959d183fd33ec81b14d5c0a3ac002562171 (diff)
fix openjdk build, do not interfere with xbmc
Diffstat (limited to 'package/openjdk7')
-rw-r--r--package/openjdk7/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openjdk7/Makefile b/package/openjdk7/Makefile
index 9147f5dbb..5a9e822a0 100644
--- a/package/openjdk7/Makefile
+++ b/package/openjdk7/Makefile
@@ -114,9 +114,9 @@ HOST_CONFIGURE_ARGS+=\
--enable-bootstrap \
--enable-zero \
--with-jdk-home=$(STAGING_HOST_DIR)/usr/lib/jvm \
- --with-java=$(STAGING_HOST_DIR)/usr/bin/java \
+ --with-java=$(STAGING_HOST_DIR)/usr/bin/hostjava \
--with-javac=$(STAGING_HOST_DIR)/usr/bin/ecj \
- --with-ecj-jar=${DL_DIR}/ecj.jar \
+ --with-ecj-jar=${DL_DIR}/ecj-4.9.jar \
--without-hotspot-build \
--disable-system-zlib \
--disable-system-jpeg \