From e6e59540e4540dfca17c5904aad6fdc23cf6934e Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 22 Nov 2012 18:44:06 +0100 Subject: openjdk7: copy over the openjdk7 from openjdk7-branch The branches differed to much and I wanted to keep openjdk-6. We will loose some history, but I think that is not a great problem Thanks to khem for working on the recipes too. --- recipes-core/openjdk/openjdk-7-03b21/cacao-libtoolize.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-core/openjdk/openjdk-7-03b21/cacao-libtoolize.patch (limited to 'recipes-core/openjdk/openjdk-7-03b21/cacao-libtoolize.patch') diff --git a/recipes-core/openjdk/openjdk-7-03b21/cacao-libtoolize.patch b/recipes-core/openjdk/openjdk-7-03b21/cacao-libtoolize.patch new file mode 100644 index 0000000..484cb10 --- /dev/null +++ b/recipes-core/openjdk/openjdk-7-03b21/cacao-libtoolize.patch @@ -0,0 +1,12 @@ +Index: icedtea6/Makefile.am +=================================================================== +--- icedtea6.orig/Makefile.am 2011-12-21 22:58:23.000000000 +0100 ++++ icedtea6/Makefile.am 2011-12-21 23:00:21.405887186 +0100 +@@ -1922,6 +1922,7 @@ + if BUILD_CACAO + if !USE_SYSTEM_CACAO + cd cacao/cacao && \ ++ rm -f libtool && \ + ./autogen.sh && \ + $(ARCH_PREFIX) ./configure \ + --host=$(host_alias) \ -- cgit v1.2.3-54-g00ecf