commit fd88a6d92fbf7bd89e150b5d2b50075ce7346309
parent 272829f911f1add93123a17291f598a47909342a
Author: Jo-Philipp Wich <jow@openwrt.org>
Date: Mon, 11 Jan 2016 10:48:55 +0100
Merge pull request #2260 from cshore/pull-request-collectd-prevent-perl-bindings
utils/collectd: Really prevent perl bindings
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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+= \