瀏覽代碼

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 年之前
父節點
當前提交
a8c37348b2
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      utils/collectd/Makefile

+ 1
- 0
utils/collectd/Makefile 查看文件

@@ -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+= \