zerotierone: fix build on armv7l via gcc9
This commit is contained in:
parent
93144e0f4a
commit
8efac4fc98
|
@ -21,6 +21,9 @@ stdenv.mkDerivation rec {
|
|||
patchShebangs ./doc/build.sh
|
||||
substituteInPlace ./doc/build.sh \
|
||||
--replace '/usr/bin/ronn' '${buildPackages.ronn}/bin/ronn' \
|
||||
|
||||
substituteInPlace ./make-linux.mk \
|
||||
--replace 'armv5' 'armv6'
|
||||
'';
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue