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>
lilik-openwrt-22.03
Tim Harvey 9 years ago
committed by Jo-Philipp Wich
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+= \
--disable-debug \
--enable-daemon \
--with-nan-emulation \
--with-perl-bindings= \
--without-libgcrypt
CONFIGURE_VARS+= \


Loading…
Cancel
Save