non-system mariadb need iconv
Change-Id: I2c150d9adf9f5d21b36c9cf57f62e214dc97b680
This commit is contained in:
@@ -24,6 +24,12 @@ $(eval $(call gb_Library_add_libs,mysqlcppconn,\
|
|||||||
|
|
||||||
endif
|
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_warnings_not_errors,mysqlcppconn))
|
||||||
|
|
||||||
$(eval $(call gb_Library_set_generated_cxx_suffix,mysqlcppconn,cpp))
|
$(eval $(call gb_Library_set_generated_cxx_suffix,mysqlcppconn,cpp))
|
||||||
|
Reference in New Issue
Block a user