[OpenWrt-Devel] [PATCH] collectd: disable perl bindings from dev host
Tim Harvey
tharvey at gateworks.com
Thu Oct 1 12:56:23 EDT 2015
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 at gateworks.com>
---
utils/collectd/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile
index 03f3001..88cd5f6 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+= \
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list