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

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0s1qq3k5mpcs9i7ng0l9fvr1f75abpbzfi1jaf3zpzbs1dz50dlx";
};
buildInputs = [libevent];
buildInputs = [ libevent ];
preConfigure = ''
sed -i 's|libevent.a|libevent.so|' configure
@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
configureFlags = "--with-libevent";
hardening_format = false;
meta = {
description = "Lightweight userspace bandwidth shaper";
license = stdenv.lib.licenses.bsd3;