summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9dfd07c)
raw | patch | inline | side by side (parent: 9dfd07c)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 22 Dec 2009 00:17:42 +0000 (01:17 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 22 Dec 2009 00:17:42 +0000 (01:17 +0100) |
This tells libtool 2 to not build any static libraries.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index ec5ccb52b12758215bb346967646397e22005589..aa571fbf824cde09ad06934f6024db342b1bc9f1 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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 <tokkee@debian.org> Tue, 22 Dec 2009 01:08:11 +0100
+ -- Sebastian Harl <tokkee@debian.org> 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 1f902deaef10cf46e027010e41fe558a65a13264..a51ca9c8b10e0cd43c29c044d8c1fd931b7f02b7 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--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.