diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-13 13:11:00 +0200 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-13 13:11:00 +0200 |
commit | e0ecfeac80ec902b2e5b21f7454efa5e1c14a27f (patch) | |
tree | 7521af45ba3aefc33b9cf9e19f5541b488e35b96 /mysqlc/source/makefile.mk | |
parent | aa370b3679d76d31b5cb9c00f8d869c33d5415d1 (diff) | |
parent | ce744c8437ca04701394aedb244a29928e12aea4 (diff) |
CWS-TOOLING: integrate CWS cmcfixes73
Diffstat (limited to 'mysqlc/source/makefile.mk')
-rw-r--r-- | mysqlc/source/makefile.mk | 3 |
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 ------------------ |