FreeBSD (other BSDs too) cant install missing alloca.h
In file included from ../deps/libmariadbclient/sql-common/client.c:37: In file included from ../deps/libmariadbclient/include/my_global.h:1033: In file included from ../deps/libmariadbclient/include/mysql/plugin.h:51: In file included from ../deps/libmariadbclient/include/mysql/services.h:35: ../deps/libmariadbclient/include/mysql/service_encryption.h:38:10: fatal error: 'alloca.h' file not found
include <alloca.h>
^
1 error generated. gmake: *** [deps/libmariadbclient/libmysql/clientlib.target.mk:131: Release/obj.target/clientlib/deps/libmariadbclient/sql-common/client.o] Błąd 1
There's an upstream bug report about this here. It looks like it was fixed in the next version (10.1.9) after the one currently bundled (10.1.8).