mariadb: build with custom jamalloc
This commit is contained in:
parent
2489b4a8bf
commit
44a167495f
|
@ -13588,6 +13588,7 @@ with pkgs;
|
||||||
|
|
||||||
mariadb = callPackage ../servers/sql/mariadb {
|
mariadb = callPackage ../servers/sql/mariadb {
|
||||||
asio = asio_1_10;
|
asio = asio_1_10;
|
||||||
|
jemalloc = jemalloc.override ({ disableInitExecTls = true; });
|
||||||
inherit (darwin) cctools;
|
inherit (darwin) cctools;
|
||||||
inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices;
|
inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue