summaryrefslogtreecommitdiff
path: root/package/openjdk/patches/openjdk-6_Makefile.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-29 02:57:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-29 02:57:59 +0200
commit61104736912c7811abf505418c8202262e3cd0ac (patch)
treeb6a0709d2c36a8423e61895a84755d5d1fdf4d21 /package/openjdk/patches/openjdk-6_Makefile.patch
parent262c556759cc36fecca894721c91b06a6ce3b8f0 (diff)
parentb2e4d29ea9c3c2f5b99264bd270d4257439dfc3f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk/patches/openjdk-6_Makefile.patch')
-rw-r--r--package/openjdk/patches/openjdk-6_Makefile.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/openjdk/patches/openjdk-6_Makefile.patch b/package/openjdk/patches/openjdk-6_Makefile.patch
new file mode 100644
index 000000000..4425eff7c
--- /dev/null
+++ b/package/openjdk/patches/openjdk-6_Makefile.patch
@@ -0,0 +1,16 @@
+
+ TOPDIR is already used by build system, so always set it.
+
+--- w-openjdk-6-1.orig/openjdk-6/Makefile 2011-02-28 17:02:07.000000000 +0100
++++ w-openjdk-6-1/openjdk-6/Makefile 2011-03-28 20:06:13.751809044 +0200
+@@ -25,9 +25,7 @@
+
+ BUILD_PARENT_DIRECTORY=.
+
+-ifndef TOPDIR
+- TOPDIR:=.
+-endif
++TOPDIR:=.
+
+ ifndef JDK_TOPDIR
+ JDK_TOPDIR=$(TOPDIR)/jdk