changeset in /hg/icedtea6: 2009-05-01 Lillian Angel <langel at re...
Lillian Angel
langel at redhat.com
Fri May 1 11:13:35 PDT 2009
changeset 8a48ae5515d7 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=8a48ae5515d7
description:
2009-05-01 Lillian Angel <langel at redhat.com>
* Makefile.am
(ICEDTEA_ENV): Set IMPORT_BINARY_PLUGS to true.
(ICEDTEA_ENV_ECJ): Likewise.
diffstat:
2 files changed, 8 insertions(+)
ChangeLog | 6 ++++++
Makefile.am | 2 ++
diffs (32 lines):
diff -r d0f6e94ed76d -r 8a48ae5515d7 ChangeLog
--- a/ChangeLog Fri May 01 19:47:19 2009 +0200
+++ b/ChangeLog Fri May 01 14:14:15 2009 -0400
@@ -1,3 +1,9 @@ 2009-05-01 Matthias Klose <doko at ubuntu
+2009-05-01 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am
+ (ICEDTEA_ENV): Set IMPORT_BINARY_PLUGS to true.
+ (ICEDTEA_ENV_ECJ): Likewise.
+
2009-05-01 Matthias Klose <doko at ubuntu.com>
* patches/icedtea-cacao.patch: Create new thread depending on the
diff -r d0f6e94ed76d -r 8a48ae5515d7 Makefile.am
--- a/Makefile.am Fri May 01 19:47:19 2009 +0200
+++ b/Makefile.am Fri May 01 14:14:15 2009 -0400
@@ -141,6 +141,7 @@ else
ICEDTEA_SHARK_BUILD =
endif
ICEDTEA_ENV = \
+ IMPORT_BINARY_PLUGS=true \
ALT_JDK_IMPORT_PATH="$(ICEDTEA_BOOT_DIR)" \
ANT_HOME="$(SYSTEM_ANT_DIR)" \
BUILD_NUMBER="$(OPENJDK_VERSION)" \
@@ -211,6 +212,7 @@ ICEDTEA_CLS_DIR_ECJ = \
ICEDTEA_CLS_DIR_ECJ = \
$(abs_top_builddir)/$(ECJ_BUILD_OUTPUT_DIR)/classes
ICEDTEA_ENV_ECJ = \
+ IMPORT_BINARY_PLUGS=true \
ALT_JDK_IMPORT_PATH="$(ICEDTEA_BOOT_DIR)" \
ANT_HOME="$(SYSTEM_ANT_DIR)" \
BUILD_NUMBER="$(OPENJDK_VERSION)" \
More information about the distro-pkg-dev
mailing list