osrm-backend: fix build with gcc9
This commit is contained in:
parent
c124d44e49
commit
d15f63bfad
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user