mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
iproute2: fix cross regression from 620f9f11f8
This commit is contained in:
parent
d94c20a495
commit
e270be8f44
@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
|
||||
"SHARED_LIBS=n"
|
||||
# all build .so plugins:
|
||||
"TC_CONFIG_NO_XT=y"
|
||||
] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
|
||||
"HOSTCC=$(CC_FOR_BUILD)"
|
||||
];
|
||||
|
||||
buildFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user