[patch] fix zero build in 2.3.8

Matthias Klose doko at ubuntu.com
Wed Apr 3 09:50:51 PDT 2013


the zero build is unfortunately broken in the 2.3.8 release, the
revert-7017193.patch needs a different variant for the zero hotspot. Moving the
patch to a different location and copying the patch from the 2.1 branch fixes
the build for me.

  Matthias

-------------- next part --------------
--- openjdk-7-7u17-2.3.8.orig/Makefile.am
+++ openjdk-7-7u17-2.3.8/Makefile.am
@@ -244,7 +244,7 @@
 	patches/8006179-lookup_using_findvirtual.patch \
 	patches/8006882-sun.proxy.patch \
 	patches/pr1303-ifdef_fix.patch \
-	patches/revert-7017193.patch
+	patches/hotspot/$(HSBUILD)/revert-7017193.patch
 
 # Conditional patches
 


More information about the distro-pkg-dev mailing list