summaryrefslogtreecommitdiff
path: root/mysqlc/source
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:06 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:06 +0100
commit36fe59b73bf5d33663eef3027de7618c90d4de1a (patch)
treef20aa4e8ed5349382950e145b76de68f41a61235 /mysqlc/source
parentd186420a08c5c357643af057d523e3cf0eb44457 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'mysqlc/source')
-rwxr-xr-xmysqlc/source/makefile.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index 31f8ce17f0e0..8ffa8e110082 100755
--- a/mysqlc/source/makefile.mk
+++ b/mysqlc/source/makefile.mk
@@ -35,9 +35,7 @@ ENABLE_EXCEPTIONS=TRUE
LIBTARGET=NO
EXTENSIONNAME:=mysql-connector-ooo
-.IF "$(SYSTEM_MYSQL)" == "YES"
EXTERNAL_WARNINGS_NOT_ERRORS = TRUE
-.ENDIF
# --- Settings -----------------------------------------------------
@@ -116,9 +114,6 @@ 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 ------------------