osrm-backend: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-03 13:48:58 +01:00
parent c124d44e49
commit d15f63bfad
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1m4hf26mgfvvx9z37qww8v8w4mhzyfl554ymdnzl99pr5ild093s";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=pessimizing-move" "-Wno-error=redundant-move" ];
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ bzip2 libxml2 libzip boost lua luabind tbb expat ];