osrm-backend: fix build with gcc9

wip/yesman
Franz Pletz 5 years ago
parent c124d44e49
commit d15f63bfad
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
  1. 2
      pkgs/servers/osrm-backend/default.nix

@ -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…
Cancel
Save