From: Sebastian Harl Date: Tue, 5 Feb 2008 21:51:25 +0000 (+0100) Subject: Do not compile collectd with debugging support. X-Git-Tag: collectd-4.3.0-1~24 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f40ca42e6ecfc5f1cb701566adbd2d628d3fd666;p=pkg-collectd.git Do not compile collectd with debugging support. --- diff --git a/debian/rules b/debian/rules index 19f2aae..636e7f6 100755 --- a/debian/rules +++ b/debian/rules @@ -34,8 +34,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --localstatedir=/var --sysconfdir=/etc \ --with-perl-bindings="INSTALLDIRS=vendor" \ --disable-xmms \ - --without-libstatgrab \ - --enable-debug + --without-libstatgrab # These plugins do not provide any functionality under Linux. confflags += --disable-apple_sensors --disable-tape