radvd: Add AR to makeFlags for cross-compiling

wip/yesman
dramforever 3 years ago
parent 1394179695
commit 416adcf85b
  1. 5
      pkgs/tools/networking/radvd/default.nix

@ -12,6 +12,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config bison flex check ];
buildInputs = [ libdaemon ];
# Needed for cross-compilation
makeFlags = [
"AR=${stdenv.cc.targetPrefix}ar"
];
meta = with lib; {
homepage = "http://www.litech.org/radvd/";
description = "IPv6 Router Advertisement Daemon";

Loading…
Cancel
Save