diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-06-07 10:44:47 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-06-07 10:44:47 +0200 |
commit | c8e36459cc68f933a79cebe2d72d089a6819ea55 (patch) | |
tree | 200dd906af13a217acee8045e59be25f2d34e458 | |
parent | 2860337e233642a30ca8d2b0db0a3095645292f7 (diff) |
masterfix: #i10000# #i112124# build fails in configure fixooo/DEV300_m81
-rw-r--r-- | cppunit/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk index 4b1a7de..5ef6499 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 |