non-system mariadb need iconv

Change-Id: I2c150d9adf9f5d21b36c9cf57f62e214dc97b680
This commit is contained in:
Norbert Thiebaud
2014-09-03 15:25:29 +02:00
parent 4c232e4962
commit e68a4a40ee

View File

@@ -24,6 +24,12 @@ $(eval $(call gb_Library_add_libs,mysqlcppconn,\
endif
ifeq ($(SYSTEM_MARIADB),)
$(eval $(call gb_Library_use_externals,mysqlcppconn,\
iconv \
))
endif
$(eval $(call gb_Library_set_warnings_not_errors,mysqlcppconn))
$(eval $(call gb_Library_set_generated_cxx_suffix,mysqlcppconn,cpp))