Code

rules: Pass --disable-static to configure.
authorSebastian Harl <sh@tokkee.org>
Tue, 22 Dec 2009 00:17:42 +0000 (01:17 +0100)
committerSebastian 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
debian/rules

index ec5ccb52b12758215bb346967646397e22005589..aa571fbf824cde09ad06934f6024db342b1bc9f1 100644 (file)
@@ -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 <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
 
index 1f902deaef10cf46e027010e41fe558a65a13264..a51ca9c8b10e0cd43c29c044d8c1fd931b7f02b7 100755 (executable)
@@ -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.