summaryrefslogtreecommitdiff
path: root/jtools
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2011-04-02 17:40:56 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-02 19:41:50 +0200
commita6d93f95b95369531b703146842373cf575ed9f3 (patch)
treea335d37d1381bface86cab757bfdaee23f535ce1 /jtools
parentd0e8617911c7b0a072c07c9da3a3a8c4ab357e0b (diff)
apparently, fastjar is also broken ⇒ use zip/unzip
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'jtools')
-rw-r--r--jtools/gcj/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/jtools/gcj/Makefile b/jtools/gcj/Makefile
index 0c29e3124..ea41ca671 100644
--- a/jtools/gcj/Makefile
+++ b/jtools/gcj/Makefile
@@ -14,8 +14,7 @@ WRKDIST= ${WRKDIR}/gcc-${PKG_VERSION}
include ../rules.mk
-GCJ_ENV+= ac_cv_prog_JAR=$(STAGING_JAVA_HOST_DIR)/usr/bin/fastjar
-GCJ_ENV+= JAR=$(STAGING_JAVA_HOST_DIR)/usr/bin/fastjar
+GCJ_ENV+= JAR=no
install: ${STAGING_JAVA_HOST_DIR}/usr/bin/gcj
@@ -30,7 +29,6 @@ $(WRKBUILD)/.configured: ${WRKDIST}/.prepared
--with-mpc=$(STAGING_HOST_DIR) \
--with-mpfr=$(STAGING_HOST_DIR) \
--with-gmp=$(STAGING_HOST_DIR) \
- --with-jar=$(STAGING_JAVA_HOST_DIR)/usr/bin/fastjar \
--disable-libmudflap \
--disable-libgomp \
--disable-biarch \