Fix collectd, couldn't run due to missing pthread_cancel.

This commit is contained in:
Rob Vermaas 2013-09-09 13:05:50 +02:00
parent 3a8adb7014
commit eac934c83a
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0gljf5c60q6i0nrii6addxy1p76qqixww8zy17a7a1zil6a3i5wh";
};
NIX_LDFLAGS = "-lgcc_s"; # for pthread_cancel
meta = {
homepage = http://collectd.org;
description = "collectd is a daemon which collects system performance statistics periodically";