net-tools: Enable cross-compilation
This commit is contained in:
parent
67e4ed9693
commit
edd92f9182
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
"CC=${stdenv.cc.targetPrefix}cc"
|
||||
"AR=${stdenv.cc.targetPrefix}ar"
|
||||
"BASEDIR=$(out)"
|
||||
"mandir=/share/man"
|
||||
"HAVE_ARP_TOOLS=1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user