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>
This commit is contained in:
Daniel Dickinson 2016-01-11 02:57:52 -05:00
parent 272829f911
commit 4fc1ad88f7
1 changed files with 1 additions and 1 deletions

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