blob: 40564f0109a1e03134306958db549976451bd14c (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|