diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 19:56:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-28 19:56:46 +0200 |
commit | 40d67e08b8b6b4c8ac22c0e8cdb7cbd4f7f77cbc (patch) | |
tree | 5126eb21d376dae25ee4951d27c255ae746445a0 /package/collectd/Makefile | |
parent | d36eba46fb779792e6aa2280e6bc3deae5c15e00 (diff) |
disable python bindings
Diffstat (limited to 'package/collectd/Makefile')
-rw-r--r-- | package/collectd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/collectd/Makefile b/package/collectd/Makefile index 1f8f003eb..0e81c8345 100644 --- a/package/collectd/Makefile +++ b/package/collectd/Makefile @@ -66,6 +66,7 @@ CONFIGURE_ARGS+= --disable-apache \ --disable-multimeter \ --disable-mysql \ --disable-openvpn \ + --disable-python \ --disable-postgresql \ --disable-powerdns \ --disable-network \ @@ -95,6 +96,7 @@ CONFIGURE_ARGS+= --disable-apache \ --disable-write_http \ --with-fp-layout=nothing \ --without-java \ + --without-python \ --without-libiptc \ --with-nan-emulation |