Kaydet (Commit) eaa76b5b authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Link only what one needs

Change-Id: I953ee0e96f704e3900238751b29fa2ed6f4482e9
üst 29534bfb
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment