Code

Added alpha to list of 64bit systems.
authorSebastian Harl <sh@tokkee.org>
Wed, 2 May 2007 18:00:57 +0000 (20:00 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 2 May 2007 18:00:57 +0000 (20:00 +0200)
debian/control
debian/rules

index bd737a3b7477c5639e965a33ac0ca060151021bb..3f7773ec56b3ed2bba7ee059724827410bb3b9a1 100644 (file)
@@ -2,7 +2,7 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap-dev, iptables-dev [!amd64 !ia64 !ppc64], nut-dev [!amd64 !ia64 !ppc64], libperl-dev
+Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap-dev, iptables-dev [!alpha !amd64 !ia64 !ppc64], nut-dev [!alpha !amd64 !ia64 !ppc64], libperl-dev
 Build-Conflicts: libpthread-dev
 Standards-Version: 3.7.2
 
index c5f1ca9e46688a9a00ee80f9d7f1538022a8cab3..7cf5ebafdedb90e9dba8f9117a76e3084c3af03e 100755 (executable)
@@ -30,7 +30,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \
 
 # The static libraries iptc and upsclient cannot be used on 64bit systems
 # (see bugs #358637 and #419684 for more details).
-ifneq (,$(findstring $(DEB_BUILD_ARCH),amd64 ia64 ppc64))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),alpha amd64 ia64 ppc64))
        confflags += --disable-iptables --disable-nut
 endif