aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2015-10-01 09:56:23 -0700
committerJo-Philipp Wich <jow@openwrt.org>2015-10-01 20:39:03 +0200
commita8c37348b2363d747ad6fd6da7f3cf6037e315b2 (patch)
tree639bb1a58c3ed5eadfdb6d122864cb9366f83383
parent7d7e1c09774faa8af8ce85b558a170a75c036fd1 (diff)
collectd: disable perl bindings from dev host
if a user's env has PERL_MM_OPT defined collect will fail to build. Adding --with-perl-bindings="" will override this env var. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r--utils/collectd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile
index 2b564cf0a..2bfc749fc 100644
--- a/utils/collectd/Makefile
+++ b/utils/collectd/Makefile
@@ -185,6 +185,7 @@ CONFIGURE_ARGS+= \
--disable-debug \
--enable-daemon \
--with-nan-emulation \
+ --with-perl-bindings= \
--without-libgcrypt
CONFIGURE_VARS+= \