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
|
cp -a ifenslave $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Utility for enslaving networking interfaces under a bond";
|
description = "Utility for enslaving networking interfaces under a bond";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user