projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272829f
)
utils/collectd: Really prevent perl bindings
author
Daniel Dickinson
<
[email protected]
>
Mon, 11 Jan 2016 07:57:52 +0000
(
02:57
-0500)
committer
Daniel Dickinson
<
[email protected]
>
Mon, 11 Jan 2016 08:57:44 +0000
(
03:57
-0500)
--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 <
[email protected]
>
utils/collectd/Makefile
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index 803a61d49ffc5aca65e41970408323e02abae262..f92e17a4a7078f13acae8cad1c8becbbe1884c3e 100644
(file)
--- a/
utils/collectd/Makefile
+++ b/
utils/collectd/Makefile
@@
-185,7
+185,7
@@
CONFIGURE_ARGS+= \
--disable-debug \
--enable-daemon \
--with-nan-emulation \
- --with
-perl-bindings=
\
+ --with
out-perl-bindings
\
--without-libgcrypt
CONFIGURE_VARS+= \