summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorThomas Klausner <tk@giga.or.at>2022-01-18 20:38:35 (GMT)
committerGitHub <noreply@github.com>2022-01-18 20:38:35 (GMT)
commit60ceedbdd5b5fb22803039a59954798d931f659a (patch)
tree0bed8e690a78c2b816fe26d6f7902eb2e15ad0e0 /configure
parent65940fa5c12a4b4a0650c7845044ffd63b94e227 (diff)
downloadcpython-60ceedbdd5b5fb22803039a59954798d931f659a.zip
cpython-60ceedbdd5b5fb22803039a59954798d931f659a.tar.gz
cpython-60ceedbdd5b5fb22803039a59954798d931f659a.tar.bz2
bpo-46045: Do not use POSIX semaphores on NetBSD (GH-30047)
This fixes hanging tests test_compileall,, test_multiprocessing_fork and test_concurrent_futures.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 1dee645..7236e09 100755
--- a/configure
+++ b/configure
@@ -13007,6 +13007,10 @@ $as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
$as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
;;
+ NetBSD/*)
+$as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
+
+ ;;
esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if PTHREAD_SCOPE_SYSTEM is supported" >&5