summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-06-07 10:44:47 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-06-07 10:44:47 +0200
commitf9e1672933827e4f38817ca4d7bbbe062b5f5735 (patch)
treed53efb4408db7d4426ba75534b88da207ae2fe72
parent4f858037dd32df64926cb23549b8c5b3808ea263 (diff)
masterfix: #i10000# #i112124# build fails in configure fix
Notes
split repo tag: libs-extern_ooo/DEV300_m81
-rw-r--r--cppunit/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk
index 4b1a7deac533..5ef6499726e5 100644
--- a/cppunit/makefile.mk
+++ b/cppunit/makefile.mk
@@ -91,6 +91,8 @@ OOO_STLPORT_LIBS = $(LIBSTLPORT)
# reference to `_rtld_global_ro@GLIBC_PRIVATE'" unless -lm is also specified:
.IF "$(OS)" == "LINUX" && "$(COM)" == "GCC" && "$(CPU)" == "I"
OOO_STLPORT_LIBS += -lm
+# #i112124# furthermore, STLPort seems to require libstdc++
+OOO_STLPORT_LIBS += -lstdc++
.END
# And later, when "checking whether the C compiler works" configure tries to