summaryrefslogtreecommitdiff
path: root/lang/python36
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-12-06 11:35:31 +0000
committernia <nia@pkgsrc.org>2020-12-06 11:35:31 +0000
commitc3e4caef5cc84cf3f9ac79e558fc44dbe46fc2d9 (patch)
tree9bd96e73bbed083426f8af1a9de500f4eff8e268 /lang/python36
parentc332367db08b725399666e566e3659b64429e98b (diff)
downloadpkgsrc-c3e4caef5cc84cf3f9ac79e558fc44dbe46fc2d9.tar.gz
python*: Disable runtime configure test on sem_getvalue behaviour
Like the other test, because /dev/shm isn't available in the build environment doesn't mean it won't be available on the destination machine for the packages.
Diffstat (limited to 'lang/python36')
-rw-r--r--lang/python36/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python36/Makefile b/lang/python36/Makefile
index 93db5d4d160..6ddfcafec80 100644
--- a/lang/python36/Makefile
+++ b/lang/python36/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/12/06 11:11:31 nia Exp $
+# $NetBSD: Makefile,v 1.29 2020/12/06 11:35:31 nia Exp $
.include "dist.mk"
@@ -32,6 +32,7 @@ CONFIGURE_ENV+= ac_cv_path_mkdir=${TOOLS_PATH.mkdir}
# If the build sandbox doesn't have /dev/shm mounted, don't produce
# broken packages.
CONFIGURE_ENV.Linux+= ac_cv_posix_semaphores_enabled=yes
+CONFIGURE_ENV.Linux+= ac_cv_broken_sem_getvalue=no
PKGCONFIG_OVERRIDE+= Misc/python.pc.in
PTHREAD_OPTS+= require