lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 4fc1ad88f7097ef3e5616ce4cd4a9dd072ffd40c
parent 272829f911f1add93123a17291f598a47909342a
Author: Daniel Dickinson <openwrt@daniel.thecshore.com>
Date:   Mon, 11 Jan 2016 02:57:52 -0500

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>

Diffstat:
Mutils/collectd/Makefile | 2+-
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+= \