From 4fc1ad88f7097ef3e5616ce4cd4a9dd072ffd40c Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Mon, 11 Jan 2016 02:57:52 -0500 Subject: [PATCH] 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 --- utils/collectd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 803a61d49..f92e17a4a 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+= \