Merge pull request #14141 from joachifm/arangodb-for-staging
arangodb: fix gcc5 build
This commit is contained in:
commit
6206ceb600
pkgs/servers/nosql/arangodb
|
@ -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…
Reference in New Issue