Browse Source

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>
Tim Harvey 9 years ago
parent
commit
a8c37348b2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      utils/collectd/Makefile

+ 1
- 0
utils/collectd/Makefile View File

@@ -185,6 +185,7 @@ CONFIGURE_ARGS+= \
185 185
 	--disable-debug \
186 186
 	--enable-daemon \
187 187
 	--with-nan-emulation \
188
+	--with-perl-bindings= \
188 189
 	--without-libgcrypt
189 190
 
190 191
 CONFIGURE_VARS+= \