osrm-backend: add patch fixing build by un-hard-coding gcc-ar and gcc-ranlib paths

This commit is contained in:
Robert Scott
2016-03-26 17:38:50 +00:00
parent ce2c13675d
commit 7a3e154c27
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
patches = [
./4.5.0-openmp.patch
./4.5.0-gcc-binutils.patch
(substituteAll {
src = ./4.5.0-default-profile-path.template.patch;
})