[Libreoffice-commits] .: comphelper/qa
David Tardon
dtardon at kemper.freedesktop.org
Mon Feb 7 08:51:40 PST 2011
comphelper/qa/makefile.mk | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit e733989c94603878b4ac4cf08125fde303c55879
Author: David Tardon <dtardon at redhat.com>
Date: Mon Feb 7 17:51:34 2011 +0100
actually enable the STL adaptation
diff --git a/comphelper/qa/makefile.mk b/comphelper/qa/makefile.mk
index 972b0a8..9c86c24 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
More information about the Libreoffice-commits
mailing list