diff options
author | Andrew John Hughes <[email protected]> | 2010-11-30 23:15:11 +0000 |
---|---|---|
committer | Andrew John Hughes <[email protected]> | 2010-11-30 23:15:11 +0000 |
commit | a77dfee6288633aba7e9fa49b44354561c07f2ad (patch) | |
tree | 97350fa5b4ca3c34e4cd726117c71bec9335a627 /Makefile.am | |
parent | 0ee876642863e309f1c12041c8771aa3aea2823f (diff) |
Add NETX_DIR on the bootclasspath to avoid older NetX releases in 1.7 and 1.8's rt.jar.
2010-11-30 Andrew John Hughes <[email protected]>
* Makefile.am:
(liveconnect): Add NETX_DIR first on the bootclasspath
so the plugin can be built against 1.7 and 1.8
branch releases of IcedTea6.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 12ea973..95ab499 100644 --- a/Makefile.am +++ b/Makefile.am @@ -220,8 +220,7 @@ stamps/liveconnect.stamp: liveconnect-source-files.txt stamps/netx.stamp mkdir -p $(abs_top_builddir)/liveconnect && \ $(BOOT_DIR)/bin/javac $(IT_JAVACFLAGS) \ -d $(abs_top_builddir)/liveconnect \ - -classpath $(NETX_DIR) \ - -bootclasspath $(RUNTIME) \ + -bootclasspath $(NETX_DIR):$(RUNTIME) \ -sourcepath $(LIVECONNECT_SRCS) \ @liveconnect-source-files.txt ; \ fi |