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