mono: update to 6.6.0.161.

This commit is contained in:
Helmut Pozimski 2019-12-11 22:14:17 +01:00
parent 3d5afd793b
commit 565f35b4aa
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
--- mono/utils/mono-os-mutex.h 2019-09-25 17:24:27.868901488 +0200
+++ mono/utils/mono-os-mutex.h 2019-09-25 17:24:46.344659000 +0200
--- mono/utils/mono-os-mutex.h 2019-12-11 22:05:32.992353279 +0100
+++ mono/utils/mono-os-mutex.h 2019-12-11 22:05:50.267114788 +0100
@@ -57,7 +57,7 @@
if (G_UNLIKELY (res != 0))
g_error ("%s: pthread_mutexattr_settype failed with \"%s\" (%d)", __func__, g_strerror (res), res);
-#if defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL
+#if defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL && defined(__GLIBC__)
-#if !defined(__HAIKU__) && defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL
+#if !defined(__HAIKU__) && defined (PTHREAD_PRIO_INHERIT) && HAVE_DECL_PTHREAD_MUTEXATTR_SETPROTOCOL && defined(__GLIBC__)
/* use PTHREAD_PRIO_INHERIT if possible */
res = pthread_mutexattr_setprotocol (&attr, PTHREAD_PRIO_INHERIT);
if (G_UNLIKELY (res != 0 && res != ENOTSUP))

View file

@ -1,6 +1,6 @@
# Template file for 'mono'
pkgname=mono
version=6.4.0.198
version=6.6.0.161
revision=1
build_style=gnu-configure
configure_args="--disable-system-aot"
@ -13,7 +13,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="MIT, BSD-3-Clause, GPL-2.0-or-later, LGPL-2.0-or-later, MPL-1.1"
homepage="https://www.mono-project.com"
distfiles="https://download.mono-project.com/sources/mono/${pkgname}-${version}.tar.xz"
checksum=d00852822525e36f9f8b3e0f537d3a41c7a718cac22d06fc63ea64988877c2ea
checksum=778badcf2f201df7efa5e031d01802ea8c29818de66e5e7e9f85212c2277d85f
lib32disabled=yes
python_version="3"