changeset 2737:834085a998a4

Re-enable systemtap_gc patch. 2014-07-22 Andrew John Hughes <gnu_andrew@member.fsf.org> * Makefile.am: (ICEDTEA_PATCHES): Re-enable systemtap_gc patch.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 23 Jul 2014 01:23:41 +0100
parents 2278e3fd9584
children 0d2bd9082dff
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 23 01:22:44 2014 +0100
+++ b/ChangeLog	Wed Jul 23 01:23:41 2014 +0100
@@ -1,3 +1,8 @@
+2014-07-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Re-enable systemtap_gc patch.
+
 2014-06-10  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR1833, RH1022017: Report elliptic curves
--- a/Makefile.am	Wed Jul 23 01:22:44 2014 +0100
+++ b/Makefile.am	Wed Jul 23 01:23:41 2014 +0100
@@ -289,8 +289,8 @@
 endif
 
 if ENABLE_SYSTEMTAP
-#ICEDTEA_PATCHES += \
-#	patches/hotspot/$(HSBUILD)/systemtap_gc.patch
+ICEDTEA_PATCHES += \
+	patches/hotspot/$(HSBUILD)/systemtap_gc.patch
 endif
 
 if ENABLE_NSS