trickle: turn off format hardening
This commit is contained in:
parent
f2d5bda7c9
commit
99087d9216
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0s1qq3k5mpcs9i7ng0l9fvr1f75abpbzfi1jaf3zpzbs1dz50dlx";
|
sha256 = "0s1qq3k5mpcs9i7ng0l9fvr1f75abpbzfi1jaf3zpzbs1dz50dlx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [libevent];
|
buildInputs = [ libevent ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i 's|libevent.a|libevent.so|' configure
|
sed -i 's|libevent.a|libevent.so|' configure
|
||||||
@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = "--with-libevent";
|
configureFlags = "--with-libevent";
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Lightweight userspace bandwidth shaper";
|
description = "Lightweight userspace bandwidth shaper";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user