From 8f1f55520cd0ca37e5f62372cea30a52cc59d5da Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 27 Jan 2008 17:18:01 +0100 Subject: [PATCH] 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. --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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. -- 2.30.2