From be0ccdfa4e9aa1a4a45e1bc124d05486071d14b3 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 22 Dec 2009 01:17:42 +0100 Subject: [PATCH] rules: Pass --disable-static to configure. This tells libtool 2 to not build any static libraries. --- debian/changelog | 5 ++++- debian/rules | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ec5ccb5..aa571fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,8 +30,11 @@ collectd (4.8.2-1) unstable; urgency=low thanks to Anssi Kolehmainen for reporting this (Closes: #538795). * debian/patches: - Removed gmond-fix-compile-error.dpatch -- included upstream. + * debian/rules: + - Pass --disable-static to configure to tell libtool 2 to not build any + static libraries. - -- Sebastian Harl Tue, 22 Dec 2009 01:08:11 +0100 + -- Sebastian Harl Tue, 22 Dec 2009 01:17:06 +0100 collectd (4.8.1-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 1f902de..a51ca9c 100755 --- a/debian/rules +++ b/debian/rules @@ -53,6 +53,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --localstatedir=/var --sysconfdir=/etc \ --with-perl-bindings="INSTALLDIRS=vendor" \ --without-libstatgrab \ + --disable-static \ --enable-all-plugins # These plugins do not provide any functionality under Linux. -- 2.30.2