ifenslave: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 01:02:32 +00:00
parent d287f926bd
commit 4807ecdef0

View File

@ -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;