aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-7-03b21/icedtea-launcher-stdc++.patch
blob: b97745db4eefc6613e9f970bdd009f89c6e29c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: openjdk/hotspot/make/linux/makefiles/launcher.make
===================================================================
--- openjdk/hotspot/make/linux/makefiles/launcher.make	2011-12-20 10:33:37.000000000 +0100
+++ openjdk/hotspot/make/linux/makefiles/launcher.make	2011-12-20 10:37:54.055022618 +0100
@@ -51,7 +51,7 @@
 else
   LAUNCHER.o                 = launcher.o
   LFLAGS_LAUNCHER           += -L `pwd`
-  LIBS_LAUNCHER             += -l$(JVM) $(LIBS)
+  LIBS_LAUNCHER             += -l$(JVM) $(LIBS) -lstdc++
   ifeq ($(SHARK_BUILD), true)
     LFLAGS_LAUNCHER += $(LLVM_LDFLAGS)
     LIBS_LAUNCHER   += $(LLVM_LIBS)