summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 476a0eb)
raw | patch | inline | side by side (parent: 476a0eb)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 22 Dec 2009 23:07:55 +0000 (00:07 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 22 Dec 2009 23:07:55 +0000 (00:07 +0100) |
This tells libtool 2 to not use the shipped libltdl but rather the one
available in the system.
available in the system.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 4974dc0ac91792700f45ff16387541f4df194370..07625689989e896d5d7fce6595ad6b882aee5209 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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".
* debian/README.Debian:
- Added a short explanation of the package split.
- -- Sebastian Harl <tokkee@debian.org> Tue, 22 Dec 2009 23:56:46 +0100
+ -- Sebastian Harl <tokkee@debian.org> 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 a022bad91874e4d45bd96acff22a6c4c85607f34..bf00f6e28192b263a62b9b91e1f94c1deae858fe 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--localstatedir=/var --sysconfdir=/etc \
--with-perl-bindings="INSTALLDIRS=vendor" \
--without-libstatgrab \
+ --without-included-ltdl \
--disable-static \
--enable-all-plugins