From: Sebastian Harl Date: Sun, 15 Jun 2008 18:28:37 +0000 (+0200) Subject: debian/rules: Updated the comment about linked .a's into .so's. X-Git-Tag: collectd-4.4.1-1~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=609949c1a2d7916da7b0b094fe7dc6bfac47a017;p=pkg-collectd.git debian/rules: Updated the comment about linked .a's into .so's. --- diff --git a/debian/rules b/debian/rules index 885d758..3bf4fce 100755 --- a/debian/rules +++ b/debian/rules @@ -40,8 +40,9 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ # These plugins do not provide any functionality under Linux. confflags += --disable-apple_sensors --disable-tape -# The static libraries iptc, netstat and upsclient cannot be used on -# 64bit systems (see bugs #358637 and #419684 for more details). +# The static libraries netstat and upsclient cannot be linked into shared +# objects on some architectures (see bugs #358637 and #419684 for more +# details). ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 hppa ia64 ppc64)) confflags += --disable-netlink --disable-nut endif