/hg/icedtea6: add jsse.jar to RUNTIME to allow netx to build
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Mon Oct 18 11:10:44 PDT 2010
changeset 003328ca1070 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=003328ca1070
author: Omair Majid <omajid at redhat.com>
date: Mon Oct 18 14:10:30 2010 -0400
add jsse.jar to RUNTIME to allow netx to build
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
Makefile.am | 2 +-
diffs (24 lines):
diff -r 40cb6a09efea -r 003328ca1070 ChangeLog
--- a/ChangeLog Mon Oct 18 12:31:46 2010 -0400
+++ b/ChangeLog Mon Oct 18 14:10:30 2010 -0400
@@ -1,3 +1,8 @@ 2010-10-18 Omair Majid <omajid at redhat.
+2010-10-18 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am (RUNTIME): Add jsse.jar to classpath. It is required
+ for building netx.
+
2010-10-18 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/security/VariableX509TrustManager.java:
diff -r 40cb6a09efea -r 003328ca1070 Makefile.am
--- a/Makefile.am Mon Oct 18 12:31:46 2010 -0400
+++ b/Makefile.am Mon Oct 18 14:10:30 2010 -0400
@@ -34,7 +34,7 @@ ICEDTEA_CLS_DIR = $(BUILD_OUTPUT_DIR)/cl
ICEDTEA_CLS_DIR = $(BUILD_OUTPUT_DIR)/classes
ICEDTEA_CLS_DIR_ECJ = $(ECJ_BUILD_OUTPUT_DIR)/classes
BOOT_DIR = $(abs_top_builddir)/bootstrap/jdk1.6.0
-RUNTIME = $(BOOT_DIR)/jre/lib/rt.jar
+RUNTIME = $(BOOT_DIR)/jre/lib/rt.jar:$(BOOT_DIR)/jre/lib/jsse.jar
ENDORSED_DIR = $(BOOT_DIR)/lib/endorsed
ECJ_BOOT_DIR = $(abs_top_builddir)/bootstrap/ecj
ICEDTEA_BOOT_DIR = $(abs_top_builddir)/bootstrap/icedtea
More information about the distro-pkg-dev
mailing list