aboutsummaryrefslogtreecommitdiffstats
path: root/packages/classpath
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-07-26 20:07:11 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-07-26 20:07:11 +0000
commit38c0392e6849f181119aef9b231e97c64a77e1d4 (patch)
treeae7d81efee072fc91befd8423704848c3b2de1c1 /packages/classpath
parent394c91bfa37677969a56bb2474484166d704d800 (diff)
downloadopenembedded-38c0392e6849f181119aef9b231e97c64a77e1d4.tar.gz
classpath-native.inc:
- add JAVAC export to fix building newer classpath(-native) versions
Diffstat (limited to 'packages/classpath')
-rw-r--r--packages/classpath/classpath-native.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc
index bb5abaf178..94eac9633e 100644
--- a/packages/classpath/classpath-native.inc
+++ b/packages/classpath/classpath-native.inc
@@ -10,9 +10,13 @@ DEPENDS = "ecj-initial fastjar-native zip-native"
inherit autotools native
+export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial"
+
+# Note: the --with-ecj options seems redundant but is
+# for compatibility with older classpath versions.
EXTRA_OECONF = "\
- --with-glibj \
--with-ecj=${STAGING_BINDIR_NATIVE}/ecj-initial \
+ --with-glibj \
--with-fastjar=fastjar \
--enable-local-sockets \
--disable-alsa \