Code

rules: Pass --without-included-ltdl to configure.
authorSebastian Harl <sh@tokkee.org>
Tue, 22 Dec 2009 23:07:55 +0000 (00:07 +0100)
committerSebastian 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.

debian/changelog
debian/rules

index 4974dc0ac91792700f45ff16387541f4df194370..07625689989e896d5d7fce6595ad6b882aee5209 100644 (file)
@@ -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 <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
 
index a022bad91874e4d45bd96acff22a6c4c85607f34..bf00f6e28192b263a62b9b91e1f94c1deae858fe 100755 (executable)
@@ -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