ifenslave: turn off format hardening
This commit is contained in:
parent
d287f926bd
commit
4807ecdef0
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
||||
cp -a ifenslave $out/bin
|
||||
'';
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
meta = {
|
||||
description = "Utility for enslaving networking interfaces under a bond";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
Loading…
Reference in New Issue
Block a user