summaryrefslogtreecommitdiffstats
path: root/comphelper/qa
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-02-07 17:51:34 +0100
committerDavid Tardon <dtardon@redhat.com>2011-02-07 17:51:34 +0100
commitaafce6aa43b98e166aded12ab9d22d38fb910123 (patch)
tree10b5b943b77b2d365e99ffdd5f396fc7949301ea /comphelper/qa
parentTESTSHL2LIB does not exist anymore (diff)
downloadcore-aafce6aa43b98e166aded12ab9d22d38fb910123.tar.gz
core-aafce6aa43b98e166aded12ab9d22d38fb910123.zip
actually enable the STL adaptation
Diffstat (limited to 'comphelper/qa')
-rw-r--r--comphelper/qa/makefile.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/comphelper/qa/makefile.mk b/comphelper/qa/makefile.mk
index 972b0a87e0b5..9c86c24a20bf 100644
--- a/comphelper/qa/makefile.mk
+++ b/comphelper/qa/makefile.mk
@@ -33,6 +33,13 @@ ENABLE_EXCEPTIONS := TRUE
.INCLUDE: settings.mk
+#building with stlport, but cppunit was not built with stlport
+.IF "$(USE_SYSTEM_STL)"!="YES"
+.IF "$(SYSTEM_CPPUNIT)"=="YES"
+CFLAGSCXX+=-DADAPT_EXT_STL
+.ENDIF
+.ENDIF
+
CFLAGSCXX += $(CPPUNIT_CFLAGS)
DLLPRE = # no leading "lib" on .so files