mysqlc/source/makefile.mk |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 259cdd64ac850fa9105bd21001d466a82671f75e
Author: Tomas Chvatal <[email protected]>
Date:   Tue Dec 18 17:05:47 2012 +0100

    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

diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk
index 207d785..fee18728 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 ------------------
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to