radvd: Add AR to makeFlags for cross-compiling
This commit is contained in:
parent
1394179695
commit
416adcf85b
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue