summaryrefslogtreecommitdiff
path: root/mysqlc/source/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-04-13 13:11:00 +0200
committerJens-Heiner Rechtien <hr@openoffice.org>2010-04-13 13:11:00 +0200
commite0ecfeac80ec902b2e5b21f7454efa5e1c14a27f (patch)
tree7521af45ba3aefc33b9cf9e19f5541b488e35b96 /mysqlc/source/makefile.mk
parentaa370b3679d76d31b5cb9c00f8d869c33d5415d1 (diff)
parentce744c8437ca04701394aedb244a29928e12aea4 (diff)
CWS-TOOLING: integrate CWS cmcfixes73
Diffstat (limited to 'mysqlc/source/makefile.mk')
-rw-r--r--mysqlc/source/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index bfe46afe05e0..516f10a7dc0a 100644
--- a/mysqlc/source/makefile.mk
+++ b/mysqlc/source/makefile.mk
@@ -116,6 +116,9 @@ CDEFS+=-DCPPDBC_EXPORTS -DCPPCONN_LIB_BUILD
CDEFS += -DCPPCONN_LIB=\"$(DLLPRE)mysqlcppconn$(DLLPOST)\"
.ELSE
CDEFS += -DCPPCONN_LIB=\"$(shell readlink /usr/lib/libmysqlcppconn.so)\"
+.IF "$(USE_SYSTEM_STL)"!="YES"
+CDEFS += -DADAPT_EXT_STL
+.ENDIF
.ENDIF
# --------------- MySQL settings ------------------