[oe-commits] org.oe.dev classpath-native.inc:

thebohemian commit oe at amethyst.openembedded.net
Sat Jul 26 20:27:21 UTC 2008


classpath-native.inc:
	- add JAVAC export to fix building newer classpath(-native) versions

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: 3f2ba26557bb371913a11a48aa9bcb4f58fd6fe5
ViewMTN: http://monotone.openembedded.org/revision/info/3f2ba26557bb371913a11a48aa9bcb4f58fd6fe5
Files:
1
packages/classpath/classpath-native.inc
Diffs:

#
# mt diff -re83263423ecbc1fa7a1984f34ff92135d989e984 -r3f2ba26557bb371913a11a48aa9bcb4f58fd6fe5
#
#
#
# patch "packages/classpath/classpath-native.inc"
#  from [ce05671105e08fb6217f1907cf4202d41ebfd512]
#    to [f1053899930127b54417bca6f25818bdf90a200e]
#
============================================================
--- packages/classpath/classpath-native.inc	ce05671105e08fb6217f1907cf4202d41ebfd512
+++ packages/classpath/classpath-native.inc	f1053899930127b54417bca6f25818bdf90a200e
@@ -10,9 +10,13 @@ inherit autotools 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-ecj=${STAGING_BINDIR_NATIVE}/ecj-initial \
   --with-glibj \
-  --with-ecj=${STAGING_BINDIR_NATIVE}/ecj-initial \
   --with-fastjar=fastjar \
   --enable-local-sockets \
   --disable-alsa \






More information about the Openembedded-commits mailing list