Code

debian/rules: Added --without-libstatgrab to the configure options.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Jan 2008 16:18:01 +0000 (17:18 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 27 Jan 2008 16:18:01 +0000 (17:18 +0100)
Else, collectd will be linked against libstatgrab if it's available - even if
the library is not used at all.

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.