summaryrefslogtreecommitdiff
path: root/package/openjdk/patches/disable-backtrace.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-10 14:40:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-10 14:40:36 +0100
commit435cff735f24278f53678abda61b950a4a478895 (patch)
tree63ab1a8afc2764c7ce690d66bd843741acdedf25 /package/openjdk/patches/disable-backtrace.patch
parent1ea04a0aae6381623d8908f3a21566ce39050cda (diff)
parent6fee1b118039c804d2d18c500abf98798c8c04da (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk/patches/disable-backtrace.patch')
-rw-r--r--package/openjdk/patches/disable-backtrace.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/package/openjdk/patches/disable-backtrace.patch b/package/openjdk/patches/disable-backtrace.patch
deleted file mode 100644
index f3d1424c1..000000000
--- a/package/openjdk/patches/disable-backtrace.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-
- uClibc does not have backtrace support right now. Disable it for now.
-
---- w-openjdk-6-1.orig/openjdk-6/jdk/src/solaris/native/sun/xawt/XToolkit.c 2011-02-28 17:06:50.000000000 +0100
-+++ w-openjdk-6-1/openjdk-6/jdk/src/solaris/native/sun/xawt/XToolkit.c 2011-08-08 10:45:01.445330729 +0200
-@@ -27,9 +27,6 @@
- #include <X11/Xutil.h>
- #include <X11/Xos.h>
- #include <X11/Xatom.h>
--#ifdef __linux__
--#include <execinfo.h>
--#endif
-
- #include <jvm.h>
- #include <jni.h>
-@@ -689,7 +686,7 @@
- return ret;
- }
-
--#ifdef __linux__
-+#if 0
- void print_stack(void)
- {
- void *array[10];