[Libreoffice-commits] core.git: mysqlc/Library_mysqlc.mk

Fridrich Å trba fridrich.strba at bluewin.ch
Thu Mar 14 06:07:12 PDT 2013


 mysqlc/Library_mysqlc.mk |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit eaa76b5b0a60548951d2e8428a5e1d18c17720a7
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Mar 14 13:59:18 2013 +0100

    Link only what one needs
    
    Change-Id: I953ee0e96f704e3900238751b29fa2ed6f4482e9

diff --git a/mysqlc/Library_mysqlc.mk b/mysqlc/Library_mysqlc.mk
index fd09ba1..72787fc 100644
--- a/mysqlc/Library_mysqlc.mk
+++ b/mysqlc/Library_mysqlc.mk
@@ -15,9 +15,7 @@ $(eval $(call gb_Library_add_cxxflags,mysqlc,-DRTL_DISABLE_FAST_STRING))
 
 $(eval $(call gb_Library_use_externals,mysqlc,\
 	boost_headers \
-	mysql \
 	mysqlcppconn \
-	mariadb \
 ))
 
 ifeq ($(SYSTEM_MYSQL_CPPCONN),NO)
@@ -36,12 +34,6 @@ $(eval $(call gb_Library_use_libraries,mysqlc,\
 	cppuhelper \
 ))
 
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_libs,mysqlc,\
-	-lpthread \
-))
-endif
-
 $(eval $(call gb_Library_add_defs,mysqlc,\
 	-DCPPDBC_EXPORTS \
 	-DCPPCONN_LIB_BUILD \


More information about the Libreoffice-commits mailing list