[Libreoffice-commits] .: sal/qa

David Tardon dtardon at kemper.freedesktop.org
Mon Feb 7 09:22:54 PST 2011


 sal/qa/rtl/strings/makefile.mk |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit d089c16dbe67530232062138b22bedf03581cfff
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Feb 7 17:51:24 2011 +0100

    actually enable the STL adaptation

diff --git a/sal/qa/rtl/strings/makefile.mk b/sal/qa/rtl/strings/makefile.mk
index d1711a3..7784cfd 100644
--- a/sal/qa/rtl/strings/makefile.mk
+++ b/sal/qa/rtl/strings/makefile.mk
@@ -34,6 +34,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
+
 CFLAGS+= $(LFS_CFLAGS)
 CXXFLAGS+= $(LFS_CFLAGS)
 


More information about the Libreoffice-commits mailing list