Code

debian/rules: Updated the comment about linked .a's into .so's.
authorSebastian Harl <sh@tokkee.org>
Sun, 15 Jun 2008 18:28:37 +0000 (20:28 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 15 Jun 2008 18:28:37 +0000 (20:28 +0200)
debian/rules

index 885d758d39807fa1590f39f18a416982e7b311ba..3bf4fce8d524bfc48f7d1eb502c4ca45c689adc6 100755 (executable)
@@ -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