From bb110ef96b2d4d5805789b23d484619381da8abd Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Mon, 10 Apr 2017 19:20:20 +0100 Subject: [PATCH] Build on PPC64el with MCS, Roslyn is pretty ropey on here right now Former-commit-id: 1704fb885b4d30593b4f7aa480f5b5300a080486 --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 36aed0e12f..eb9edb264e 100755 --- a/debian/rules +++ b/debian/rules @@ -63,6 +63,9 @@ ifeq ($(DEB_HOST_ARCH), amd64) BTLS_ARCH = true endif +ifeq ($(DEB_HOST_ARCH), ppc64el) + CONF_FLAGS += --with-csc=mcs +endif DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk