Merge pull request #14141 from joachifm/arangodb-for-staging

arangodb: fix gcc5 build
This commit is contained in:
Arseniy Seroka 2016-03-23 11:16:34 +03:00
commit 6206ceb600
1 changed files with 2 additions and 0 deletions

View File

@ -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 = ''