summaryrefslogtreecommitdiff
path: root/graphite
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-06-07 10:45:08 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-06-07 10:45:08 +0200
commit2e3cd7c625afed09e03a5d100ad6b89ec78c4dc6 (patch)
tree0b248955c70c1fe8ead44026404994430764ba9a /graphite
parenta9f9672c052728b945bf3824f5e2c28f6dddfb60 (diff)
masterfix: #i10000# #i112124# build fails in configure fix
Notes
split repo tag: libs-extern-sys_ooo/DEV300_m81
Diffstat (limited to 'graphite')
-rw-r--r--graphite/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphite/makefile.mk b/graphite/makefile.mk
index 66100242bfe1..2f4ff2535442 100644
--- a/graphite/makefile.mk
+++ b/graphite/makefile.mk
@@ -93,7 +93,8 @@ GR_CONFIGURE_FLAGS= --enable-final=yes --enable-static --disable-shared
EXTRA_GR_CXX_FLAGS=-fPIC
.IF "$(USE_SYSTEM_STL)"!="YES"
-EXTRA_GR_LD_FLAGS=$(LIBSTLPORT) -lm
+# #i112124# STLPort seems to require libstdc++
+EXTRA_GR_LD_FLAGS=$(LIBSTLPORT) -lm -lstdc++
GR_LIB_PATH=LD_LIBRARY_PATH=$(SOLARVERSION)/$(INPATH)/lib$(UPDMINOREXT)
.ELSE
GR_LIB_PATH=