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:
parent
272829f911
commit
4fc1ad88f7
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ CONFIGURE_ARGS+= \
|
|||
--disable-debug \
|
||||
--enable-daemon \
|
||||
--with-nan-emulation \
|
||||
--with-perl-bindings= \
|
||||
--without-perl-bindings \
|
||||
--without-libgcrypt
|
||||
|
||||
CONFIGURE_VARS+= \
|
||||
|
|
Loading…
Reference in a new issue