changeset 2195:ee7e745aa094

Support DISTRIBUTION_BOOT_PATCHES extension to ICEDTEA_BOOT_PATCHES. 2010-03-08 Matthias Klose <doko@ubuntu.com> * Makefile.am: (ICEDTEA_BOOT_PATCHES): Add DISTRIBUTION_BOOT_PATCHES.
author Matthias Klose <doko@ubuntu.com>
date Tue, 01 Jun 2010 16:04:53 +0100
parents bb1c7e372811
children d9f8a98810eb
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 01 15:56:25 2010 +0100
+++ b/ChangeLog	Tue Jun 01 16:04:53 2010 +0100
@@ -1,3 +1,8 @@
+2010-03-08  Matthias Klose  <doko@ubuntu.com>
+
+	* Makefile.am:
+	(ICEDTEA_BOOT_PATCHES): Add DISTRIBUTION_BOOT_PATCHES.
+
 2010-03-04  Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Tue Jun 01 15:56:25 2010 +0100
+++ b/Makefile.am	Tue Jun 01 16:04:53 2010 +0100
@@ -441,6 +441,8 @@
 ICEDTEA_BOOT_PATCHES += patches/boot/ecj-diamond.patch
 endif
 
+ICEDTEA_BOOT_PATCHES += $(DISTRIBUTION_BOOT_PATCHES)
+
 # Patches for JAXWS
 
 JAXWS_PATCHES = patches/boot/jaxws-getdtdtype.patch