3
0
Fork 0
forked from mirrors/nixpkgs

mariadb: pin llvmPackages_7

This commit is contained in:
Daiderd Jordan 2020-07-18 21:48:56 +02:00
parent b785e19fb0
commit 787f934b24
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -16220,6 +16220,7 @@ in
};
mariadb = callPackage ../servers/sql/mariadb {
stdenv = if stdenv.cc.isClang then llvmPackages_7.stdenv else stdenv;
# As per mariadb's cmake, "static jemalloc_pic.a can only be used up to jemalloc 4".
# https://jira.mariadb.org/browse/MDEV-15034
jemalloc450 = jemalloc450.override ({ disableInitExecTls = true; });