mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
clickhouse: fix compilation on aarch64-linux
This commit is contained in:
parent
3537d187a2
commit
887a74fd57
@ -178,7 +178,8 @@ in mkDerivation rec {
|
|||||||
"-DENABLE_TESTS=OFF"
|
"-DENABLE_TESTS=OFF"
|
||||||
"-DCOMPILER_CACHE=disabled"
|
"-DCOMPILER_CACHE=disabled"
|
||||||
"-DENABLE_EMBEDDED_COMPILER=ON"
|
"-DENABLE_EMBEDDED_COMPILER=ON"
|
||||||
];
|
] ++
|
||||||
|
lib.optional (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) "-DNO_ARMV81_OR_HIGHER=1";
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
NIX_CFLAGS_COMPILE =
|
NIX_CFLAGS_COMPILE =
|
||||||
|
Loading…
Reference in New Issue
Block a user