arangodb: fix gcc5 build
https://hydra.nixos.org/build/33263863/nixlog/1/raw
This commit is contained in:
parent
ff60350eb9
commit
037e815787
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
openssl zlib python gyp go readline
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow";
|
||||
|
||||
configureFlagsArray = [ "--with-openssl-lib=${openssl}/lib" ];
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue