tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
osrm-backend: fix build with gcc9
Franz Pletz
6 years ago
d15f63bf
c124d44e
+2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
osrm-backend
default.nix
+2
pkgs/servers/osrm-backend/default.nix
···
11
11
sha256 = "1m4hf26mgfvvx9z37qww8v8w4mhzyfl554ymdnzl99pr5ild093s";
12
12
};
13
13
14
14
+
NIX_CFLAGS_COMPILE = [ "-Wno-error=pessimizing-move" "-Wno-error=redundant-move" ];
15
15
+
14
16
nativeBuildInputs = [ cmake pkgconfig ];
15
17
buildInputs = [ bzip2 libxml2 libzip boost lua luabind tbb expat ];
16
18