/hg/icedtea6: Add patch to correct environment variable.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Mar 1 08:06:02 PST 2010


changeset 284e36cb50ac in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=284e36cb50ac
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Mar 01 16:05:43 2010 +0000

	Add patch to correct environment variable.

	2010-03-01 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Patch should be added to
	ICEDTEA_ECJ_PATCHES not ICEDTEA_ENV_ECJ.


diffstat:

2 files changed, 11 insertions(+), 5 deletions(-)
ChangeLog   |    6 ++++++
Makefile.am |   10 +++++-----

diffs (40 lines):

diff -r 15ae6e3a64d2 -r 284e36cb50ac ChangeLog
--- a/ChangeLog	Mon Mar 01 15:33:01 2010 +0000
+++ b/ChangeLog	Mon Mar 01 16:05:43 2010 +0000
@@ -1,3 +1,9 @@ 2010-03-01  Andrew John Hughes  <ahughes
+2010-03-01  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	Patch should be added to ICEDTEA_ECJ_PATCHES
+	not ICEDTEA_ENV_ECJ.
+
 2010-03-01  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 15ae6e3a64d2 -r 284e36cb50ac Makefile.am
--- a/Makefile.am	Mon Mar 01 15:33:01 2010 +0000
+++ b/Makefile.am	Mon Mar 01 16:05:43 2010 +0000
@@ -381,6 +381,11 @@ ICEDTEA_ECJ_PATCHES = patches/ecj/icedte
 	patches/ecj/icedtea-jopt.patch \
 	patches/ecj/icedtea-jaxp-dependency.patch \
 	patches/ecj/bootver.patch
+
+if DTDTYPE_QNAME
+ICEDTEA_ECJ_PATCHES += \
+	patches/ecj/icedtea-jaxws-getdtdtype.patch
+endif
 
 # OpenJDK build environment.
 if ZERO_BUILD
@@ -577,11 +582,6 @@ if WITH_RHINO
 if WITH_RHINO
 ICEDTEA_ENV_ECJ += \
 	RHINO_JAR="$(abs_top_builddir)/rhino/rhino.jar"
-endif
-
-if DTDTYPE_QNAME
-ICEDTEA_ENV_ECJ += \
-	patches/ecj/icedtea-jaxws-getdtdtype.patch
 endif
 
 # Source files



More information about the distro-pkg-dev mailing list