trickle: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-21 09:44:40 +00:00
parent f2d5bda7c9
commit 99087d9216

View File

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
configureFlags = "--with-libevent";
hardening_format = false;
meta = {
description = "Lightweight userspace bandwidth shaper";
license = stdenv.lib.licenses.bsd3;