Code

debian/rules: Added --without-libstatgrab to the configure options.
[pkg-collectd.git] / debian / rules
index 6d438a956855334e5e7e9ddcd2b0fd18cb6d857d..2f81bad94dabadd045ae581097a3e40d7a8c8409 100755 (executable)
@@ -27,6 +27,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
                        --mandir=\$${prefix}/share/man \
                        --localstatedir=/var --sysconfdir=/etc \
                        --with-perl-bindings="INSTALLDIRS=vendor" \
+                       --without-libstatgrab \
                        --enable-debug
 
 # These plugins do not provide any functionality under Linux.