diff options
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-25b30/icedtea-jdk-unpack-uclibc.patch')
-rw-r--r-- | recipes-core/openjdk/openjdk-7-25b30/icedtea-jdk-unpack-uclibc.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-core/openjdk/openjdk-7-25b30/icedtea-jdk-unpack-uclibc.patch b/recipes-core/openjdk/openjdk-7-25b30/icedtea-jdk-unpack-uclibc.patch deleted file mode 100644 index 7e98767..0000000 --- a/recipes-core/openjdk/openjdk-7-25b30/icedtea-jdk-unpack-uclibc.patch +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
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 | ||