diff options
Diffstat (limited to 'internal/rosa/package/iproute2.az')
| -rw-r--r-- | internal/rosa/package/iproute2.az | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/package/iproute2.az b/internal/rosa/package/iproute2.az index c759fec6..4f0c00c9 100644 --- a/internal/rosa/package/iproute2.az +++ b/internal/rosa/package/iproute2.az @@ -21,7 +21,7 @@ package iproute2 { chmod = true; exec = make { - inPlace = true; + chdir = false; // drop default autoconf options configureName = "./configure"; configure = { @@ -30,7 +30,7 @@ package iproute2 { }; make = [ "CC=cc", "YACC=yacc" ]; // wants root - skipCheck = true; + check = nil; }; inputs = [ |
