summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc1
-rw-r--r--recipes-core/icedtea/openjdk-7-03b147/timezoneszip.patch13
2 files changed, 14 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc
index 4314fb5..727998c 100644
--- a/recipes-core/icedtea/icedtea7-native.inc
+++ b/recipes-core/icedtea/icedtea7-native.inc
@@ -41,6 +41,7 @@ SRC_URI = " \
41 ${OPENJDK_PATCHES} \ 41 ${OPENJDK_PATCHES} \
42 file://allow-headless-build.patch;striplevel=0 \ 42 file://allow-headless-build.patch;striplevel=0 \
43 file://jaxws_fix_NullPointerException.patch;apply=no \ 43 file://jaxws_fix_NullPointerException.patch;apply=no \
44 file://timezoneszip.patch \
44 " 45 "
45 46
46S = "${WORKDIR}/${ICEDTEA}" 47S = "${WORKDIR}/${ICEDTEA}"
diff --git a/recipes-core/icedtea/openjdk-7-03b147/timezoneszip.patch b/recipes-core/icedtea/openjdk-7-03b147/timezoneszip.patch
new file mode 100644
index 0000000..befb7c7
--- /dev/null
+++ b/recipes-core/icedtea/openjdk-7-03b147/timezoneszip.patch
@@ -0,0 +1,13 @@
1diff --git a/Makefile.am b/Makefile.am
2index 5eaff4c40aac..a4f0f63f3e43 100644
3--- a/Makefile.am
4+++ b/Makefile.am
5@@ -2294,7 +2294,7 @@ if LACKS_SUN_AWT_TOOLKIT
6 mkdir -p `dirname $$destpath` ; \
7 cp -a ../../$$dirs $$destpath ; \
8 done ; \
9- $(ZIP) -qur $(STAGE1_BOOT_DIR)/jre/lib/rt.jar \
10+ $(ZIP) -qr $(STAGE1_BOOT_DIR)/jre/lib/rt.jar \
11 com java javax sun );
12 endif
13 mkdir -p stamps