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