changeset 1495:8a48ae5515d7

2009-05-01 Lillian Angel <langel@redhat.com> * Makefile.am (ICEDTEA_ENV): Set IMPORT_BINARY_PLUGS to true. (ICEDTEA_ENV_ECJ): Likewise.
author Lillian Angel <langel@redhat.com>
date Fri, 01 May 2009 14:14:15 -0400
parents d0f6e94ed76d
children 2b90f322b87e
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  Lillian Angel  <langel@redhat.com>
+
+	* Makefile.am
+	(ICEDTEA_ENV): Set IMPORT_BINARY_PLUGS to true. 
+	(ICEDTEA_ENV_ECJ): Likewise.
+
 2009-05-01  Matthias Klose  <doko@ubuntu.com>
 
 	* patches/icedtea-cacao.patch: Create new thread depending on the
--- 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 @@
   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 = \
 	$(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)" \