mariadb: build with custom jamalloc

This commit is contained in:
Izorkin 2018-12-02 13:41:17 +03:00
parent 2489b4a8bf
commit 44a167495f

View File

@ -13588,6 +13588,7 @@ with pkgs;
mariadb = callPackage ../servers/sql/mariadb {
asio = asio_1_10;
jemalloc = jemalloc.override ({ disableInitExecTls = true; });
inherit (darwin) cctools;
inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices;
};