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>
This commit is contained in:
Tim Harvey 2015-10-01 09:56:23 -07:00 committed by Jo-Philipp Wich
parent 7d7e1c0977
commit a8c37348b2
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ CONFIGURE_ARGS+= \
--disable-debug \
--enable-daemon \
--with-nan-emulation \
--with-perl-bindings= \
--without-libgcrypt
CONFIGURE_VARS+= \