summaryrefslogtreecommitdiff
path: root/mysqlc/source
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-12-18 17:05:47 +0100
committerTomas Chvatal <tchvatal@suse.cz>2012-12-18 17:05:47 +0100
commit259cdd64ac850fa9105bd21001d466a82671f75e (patch)
tree2e22cfd8150e8de3297ce33598fde7a59de2f36e /mysqlc/source
parent15aac31ebac23ef745400a8d9c146aef85923c9d (diff)
Do not define CPPCONN_LIB if using system version
This is used for dlopen internal library only anyway and breaks when building in strict-multilib environment. Change-Id: I9dea9e37161aab17ab605bec33482ddb48beeb46
Diffstat (limited to 'mysqlc/source')
-rw-r--r--mysqlc/source/makefile.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index 207d78579ad7..fee187288b06 100644
--- a/mysqlc/source/makefile.mk
+++ b/mysqlc/source/makefile.mk
@@ -88,8 +88,6 @@ CFLAGS+=-DSYSTEM_MYSQL_CPPCONN
CDEFS+=-DCPPDBC_EXPORTS -DCPPCONN_LIB_BUILD
.IF "$(SYSTEM_MYSQL_CPPCONN)" != "YES"
CDEFS += -DCPPCONN_LIB=\"$(DLLPRE)mysqlcppconn$(DLLPOST)\"
-.ELSE
-CDEFS += -DCPPCONN_LIB=\"$(shell readlink /usr/lib/libmysqlcppconn.so)\"
.ENDIF
# --------------- MySQL settings ------------------