[Pkg-mono-svn-commits] [mono] 01/03: Force pthreads on ARM and MIPS.

Jo Shields directhex at moszumanska.debian.org
Mon Nov 7 20:04:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/4.6.1.3+dfsg-6
in repository mono.

commit e5724c1a84b01eef289be713de39cd8372195253
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Mon Nov 7 19:31:43 2016 +0000

    Force pthreads on ARM and MIPS.
---
 debian/rules | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d54c283..02f3bc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,15 @@ ifeq ($(DEB_BUILD_ARCH_OS), kfreebsd)
 endif
 
 ifeq ($(DEB_BUILD_ARCH), armel)
-	CONF_FLAGS += --with-fpu=NONE
+	CONF_FLAGS += --with-fpu=NONE --with-tls=pthread
+endif
+
+ifeq ($(DEB_BUILD_ARCH), armhf)
+	CONF_FLAGS += --with-tls=pthread
+endif
+
+ifeq ($(DEB_BUILD_ARCH), mipsel)
+	CONF_FLAGS += --with-tls=pthread
 endif
 
 ifneq (,$(findstring $(DEB_BUILD_ARCH),$(DEB_MONO_SGEN_ARCHS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list