summaryrefslogtreecommitdiff
path: root/helpcompiler/Library_helplinker.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-09-19 20:44:03 +0200
committerRene Engelhard <rene@debian.org>2012-09-19 20:48:22 +0200
commited5c2c95b7ec0f6b81e4ad7b8dd481bf8e494b1d (patch)
treed8b253a8e68054f7d6e998079009491561c25d35 /helpcompiler/Library_helplinker.mk
parente989d167485e1e15d0aedef600ee450f01382382 (diff)
fix system-clucene/-boost build with gcc 4.4
Change-Id: I95d23e6728571b3f3a6421a05fec814f7c5d059c
Diffstat (limited to 'helpcompiler/Library_helplinker.mk')
-rw-r--r--helpcompiler/Library_helplinker.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/helpcompiler/Library_helplinker.mk b/helpcompiler/Library_helplinker.mk
index 8395dd5a1467..17966c4c3291 100644
--- a/helpcompiler/Library_helplinker.mk
+++ b/helpcompiler/Library_helplinker.mk
@@ -35,6 +35,12 @@ $(eval $(call gb_Library_add_defs,helplinker,\
-DHELPLINKER_DLLIMPLEMENTATION \
))
+ifeq ($(HAVE_CXX0X),TRUE)
+$(eval $(call gb_Library_add_defs,helplinker,\
+ -DHAVE_CXX0X \
+))
+endif
+
$(eval $(call gb_Library_use_libraries,helplinker,\
sal \
))