From: Daniel Dickinson Date: Mon, 11 Jan 2016 07:57:52 +0000 (-0500) Subject: utils/collectd: Really prevent perl bindings X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4fc1ad88f7097ef3e5616ce4cd4a9dd072ffd40c;p=feed%2Fpackages.git 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 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 803a61d49f..f92e17a4a7 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -185,7 +185,7 @@ CONFIGURE_ARGS+= \ --disable-debug \ --enable-daemon \ --with-nan-emulation \ - --with-perl-bindings= \ + --without-perl-bindings \ --without-libgcrypt CONFIGURE_VARS+= \