aboutsummaryrefslogtreecommitdiffstats
path: root/main/collectd/parallel-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/collectd/parallel-build.patch')
-rw-r--r--main/collectd/parallel-build.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/collectd/parallel-build.patch b/main/collectd/parallel-build.patch
deleted file mode 100644
index 5dcbbc3612..0000000000
--- a/main/collectd/parallel-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/daemon/Makefile.am.orig
-+++ ./src/daemon/Makefile.am
-@@ -49,7 +49,7 @@
- collectd_CFLAGS = $(AM_CFLAGS)
- collectd_LDFLAGS = -export-dynamic
- collectd_LDADD = libavltree.la libcommon.la libheap.la -lm
--collectd_DEPENDENCIES =
-+collectd_DEPENDENCIES = libavltree.la libcommon.la libheap.la
-
- # Link to these libraries..
- if BUILD_WITH_LIBRT