Browse Source

utils/collectd: Really prevent perl bindings

--with-perl-bindings= is insufficient, --without-perl-bindings is required
to actually prevent perl bindings when perl has been built for the target.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
lilik-openwrt-22.03
Daniel Dickinson 9 years ago
parent
commit
4fc1ad88f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/collectd/Makefile

+ 1
- 1
utils/collectd/Makefile View File

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


Loading…
Cancel
Save