From a703b19e43e0ed39b2ef2e76953199ed66ebbf35 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Thu, 19 Dec 2013 08:37:54 -0600 Subject: * Build with -Wno-error=deprecated-declarations. * Don't build the mono bindings on ppc64el, not available. * Disable building the example, vala build error. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 9df0c58..4fe4e6b 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ API_VERSION = 0.1 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) CONFIGURE_COMMON_FLAGS = --disable-scrollkeeper --enable-introspection -ifneq (,$(filter $(DEB_HOST_ARCH),arm64)) +ifneq (,$(filter $(DEB_HOST_ARCH),arm64 ppc64el)) CONFIGURE_COMMON_FLAGS += --disable-mono-test else dh_extra_args = ,cli -- cgit v1.2.3