mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 23:14:31 +04:00
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:
@@ -185,7 +185,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-daemon \
|
--enable-daemon \
|
||||||
--with-nan-emulation \
|
--with-nan-emulation \
|
||||||
--with-perl-bindings= \
|
--without-perl-bindings \
|
||||||
--without-libgcrypt
|
--without-libgcrypt
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
|
|||||||
Reference in New Issue
Block a user