summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-7-03b21/icedtea-jdk-unpack-uclibc.patch
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-11-22 18:44:06 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-11-22 18:44:06 +0100
commite6e59540e4540dfca17c5904aad6fdc23cf6934e (patch)
treec72bc47a8726d3f7ef782402eb1fe2d0beade43b /recipes-core/openjdk/openjdk-7-03b21/icedtea-jdk-unpack-uclibc.patch
parent8ef1ab1273b331d0d39bcfc24a1fe80d77a588c7 (diff)
downloadmeta-java-e6e59540e4540dfca17c5904aad6fdc23cf6934e.tar.gz
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.
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-03b21/icedtea-jdk-unpack-uclibc.patch')
-rw-r--r--recipes-core/openjdk/openjdk-7-03b21/icedtea-jdk-unpack-uclibc.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-7-03b21/icedtea-jdk-unpack-uclibc.patch b/recipes-core/openjdk/openjdk-7-03b21/icedtea-jdk-unpack-uclibc.patch
new file mode 100644
index 0000000..7e98767
--- /dev/null
+++ b/recipes-core/openjdk/openjdk-7-03b21/icedtea-jdk-unpack-uclibc.patch
@@ -0,0 +1,10 @@
1--- openjdk/jdk/make/com/sun/java/pack/Makefile
2+++ openjdk/jdk/make/com/sun/java/pack/Makefile
3@@ -103,6 +103,7 @@ else
4 OTHER_LDLIBS += -lc $(LIBCXX)
5 # setup the list of libraries to link in...
6 ifeq ($(PLATFORM), linux)
7+ OTHER_LDLIBS += -lpthread
8 ifeq ("$(CC_VER_MAJOR)", "3")
9 OTHER_LDLIBS += -Wl,-Bstatic -lgcc_eh -Wl,-Bdynamic
10 endif