diff options
Diffstat (limited to 'recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch')
-rw-r--r-- | recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch b/recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch deleted file mode 100644 index 59d806d..0000000 --- a/recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: icedtea6-1.8/Makefile.am | ||
2 | =================================================================== | ||
3 | --- icedtea6-1.8.orig/Makefile.am 2010-06-17 10:29:13.654666801 +0200 | ||
4 | +++ icedtea6-1.8/Makefile.am 2010-06-17 10:30:50.334670771 +0200 | ||
5 | @@ -1750,7 +1745,7 @@ | ||
6 | stamps/rewrite-rhino.stamp: stamps/rewriter.stamp $(RHINO_JAR) | ||
7 | if WITH_RHINO | ||
8 | mkdir -p rhino/rhino.{old,new} | ||
9 | - (cd rhino/rhino.old ; jar xf $(RHINO_JAR)) | ||
10 | + (cd rhino/rhino.old ; $(ICEDTEA_BOOT_DIR)/bin/jar xf $(RHINO_JAR)) | ||
11 | $(ICEDTEA_BOOT_DIR)/bin/java -cp $(abs_top_builddir)/rewriter \ | ||
12 | com.redhat.rewriter.ClassRewriter \ | ||
13 | $(abs_top_builddir)/rhino/rhino.old $(abs_top_builddir)/rhino/rhino.new \ | ||