From: Sebastian Harl Date: Sun, 27 Jan 2008 16:18:01 +0000 (+0100) Subject: debian/rules: Added --without-libstatgrab to the configure options. X-Git-Tag: collectd-4.2.4-1~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8f1f55520cd0ca37e5f62372cea30a52cc59d5da;p=pkg-collectd.git debian/rules: Added --without-libstatgrab to the configure options. Else, collectd will be linked against libstatgrab if it's available - even if the library is not used at all. --- diff --git a/debian/rules b/debian/rules index 6d438a9..2f81bad 100755 --- a/debian/rules +++ b/debian/rules @@ -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.