From: Sebastian Harl Date: Tue, 22 Dec 2009 23:07:55 +0000 (+0100) Subject: rules: Pass --without-included-ltdl to configure. X-Git-Tag: collectd-4.8.2-1~17 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=a58c3d6a26bbf8c93183a074ce5bc81069c6b930 rules: Pass --without-included-ltdl to configure. This tells libtool 2 to not use the shipped libltdl but rather the one available in the system. --- diff --git a/debian/changelog b/debian/changelog index 4974dc0..0762568 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,8 @@ collectd (4.8.2-1) unstable; urgency=low * debian/patches: - Removed gmond-fix-compile-error.dpatch -- included upstream. * debian/rules: + - Pass --without-included-ltdl to configure to tell libtool 2 to not use + the shipped libltdl but rather the one available in the system. - Pass --disable-static to configure to tell libtool 2 to not build any static libraries. - Install debian/collectd.conf as an example into "collectd-core". @@ -39,7 +41,7 @@ collectd (4.8.2-1) unstable; urgency=low * debian/README.Debian: - Added a short explanation of the package split. - -- Sebastian Harl Tue, 22 Dec 2009 23:56:46 +0100 + -- Sebastian Harl Wed, 23 Dec 2009 00:05:00 +0100 collectd (4.8.1-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a022bad..bf00f6e 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 \ + --without-included-ltdl \ --disable-static \ --enable-all-plugins