pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
collectd seems to be MAKE_JOBS_SAFE
Module Name: pkgsrc-wip
Committed By: Edgar Fuß <ef%math.uni-bonn.de@localhost>
Pushed By: ef
Date: Fri Jul 17 15:10:31 2020 +0200
Changeset: 10d6f1f1f3ab937555f0bf8658bf0cc6cb4b605d
Modified Files:
collectd/Makefile
Log Message:
collectd seems to be MAKE_JOBS_SAFE
Remove MAKE_JOBS_SAFE=no from collectd/Makefile as it seems no longer to be necessary.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=10d6f1f1f3ab937555f0bf8658bf0cc6cb4b605d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
collectd/Makefile | 3 ---
1 file changed, 3 deletions(-)
diffs:
diff --git a/collectd/Makefile b/collectd/Makefile
index c60d1ca7e8..c0caa83f41 100644
--- a/collectd/Makefile
+++ b/collectd/Makefile
@@ -23,9 +23,6 @@ DEFAULT_PLUGINS+= aggregation apcups csv email exec filecount \
CONFIGURE_ARGS+= --enable-${option}
.endfor
-# Several libs not generated in time for linking collectd
-MAKE_JOBS_SAFE= no
-
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/collectd
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index