summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e034dc2)
raw | patch | inline | side by side (parent: e034dc2)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 May 2009 15:39:00 +0000 (17:39 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 10 May 2009 15:39:00 +0000 (17:39 +0200) |
Also, explicitly disable the oracle and rrdcached plugins (whose dependencies
are not available (yet) in Debian) to ensure consistent builds no matter what
is available on the build system.
are not available (yet) in Debian) to ensure consistent builds no matter what
is available on the build system.
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 28a38b985346cd704df8d2243f4cfb32bd6cbde9..9e171a6acdb71317a7c1f0d05739744114dcb023 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--mandir=\$${prefix}/share/man \
--localstatedir=/var --sysconfdir=/etc \
--with-perl-bindings="INSTALLDIRS=vendor" \
- --disable-onewire \
- --disable-xmms \
--without-libstatgrab
+# These plugins do not provide any functionality under Linux.
+confflags += --disable-apple_sensors --disable-tape
+
# libganglia >= 3 is required for the gmond plugin.
confflags += --disable-gmond
# libmemcached is required for the memcachec plugin.
confflags += --disable-memcachec
-# These plugins do not provide any functionality under Linux.
-confflags += --disable-apple_sensors --disable-tape
+# libowcapi is required for the onewire plugin.
+confflags += --disable-onewire
+
+# libclntsh is required for the oracle plugin.
+confflags += --disable-oracle
+
+# rrdclient support in librrd is required for the rrdcached plugin.
+confflags += --disable-rrdcached
+
+# xmms1 is required for the xmms plugin.
+confflags += --disable-xmms
# The static library netstat cannot be linked into shared objects on some
-# architectures (see bugs #358637 and #419684 for more details).
+# architectures (see bugs #358637, #419684 and #524593 for more details).
ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 hppa ia64 ppc64 mips mipsel))
confflags += --disable-netlink
endif