collectd: disable perl bindings from dev host
authorTim Harvey <tharvey@gateworks.com>
Thu, 1 Oct 2015 16:56:23 +0000 (09:56 -0700)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 1 Oct 2015 18:39:03 +0000 (20:39 +0200)
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>
utils/collectd/Makefile

index 2b564cf0a3a3ec08066989a6d08dd2ca170ded50..2bfc749fcfe8c1fcbc665aae0d322bb0821622a0 100644 (file)
@@ -185,6 +185,7 @@ CONFIGURE_ARGS+= \
        --disable-debug \
        --enable-daemon \
        --with-nan-emulation \
+       --with-perl-bindings= \
        --without-libgcrypt
 
 CONFIGURE_VARS+= \