aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-02-18 00:06:46 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-02-21 12:33:11 +0100
commitc79fd9b1616499dcb44e1408399cdfe54f3ccfe2 (patch)
treea5922f52eeee1a75901d757332e6b988d825cab7 /recipes/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch
parent2fd114ae2977202ca2762f6ebb9be9c5d88072e2 (diff)
downloadopenembedded-c79fd9b1616499dcb44e1408399cdfe54f3ccfe2.tar.gz
openjdk: backport 1.11.1 release from meta-java
* shark is disabled since 1.11 * rework patches * rework inc files for jamvm * bump PR
Diffstat (limited to 'recipes/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch')
-rw-r--r--recipes/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch b/recipes/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch
new file mode 100644
index 0000000000..40564f0109
--- /dev/null
+++ b/recipes/openjdk/openjdk-6-6b24/icedtea-jdk-unpack-uclibc.patch
@@ -0,0 +1,12 @@
+Index: openjdk/jdk/make/com/sun/java/pack/Makefile
+===================================================================
+--- openjdk/jdk/make/com/sun/java/pack/Makefile 2010-06-13 15:25:21.548426411 +0200
++++ openjdk/jdk/make/com/sun/java/pack/Makefile 2010-06-13 15:25:43.858007543 +0200
+@@ -103,6 +103,7 @@
+ OTHER_LDLIBS += $(LIBCXX) -lc
+ # setup the list of libraries to link in...
+ ifeq ($(PLATFORM), linux)
++ OTHER_LDLIBS += -lpthread
+ ifeq ("$(CC_VER_MAJOR)", "3")
+ OTHER_LDLIBS += -Wl,-Bstatic -lgcc_eh -Wl,-Bdynamic
+ endif