summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-12-07 13:14:38 +0000
committernia <nia@pkgsrc.org>2020-12-07 13:14:38 +0000
commitd4690f688bdb3e7a59bd422c3ae74cb2b71c8b1a (patch)
tree5a937357074291c1d4264b54ce6fa07d83cd4fac /lang
parent2789b5ef5f908f2afae02cd2e89399869e9274b9 (diff)
downloadpkgsrc-d4690f688bdb3e7a59bd422c3ae74cb2b71c8b1a.tar.gz
python*: Revert shm_open workaround now it's fixed in mksandbox
Diffstat (limited to 'lang')
-rw-r--r--lang/python27/Makefile6
-rw-r--r--lang/python36/Makefile6
-rw-r--r--lang/python37/Makefile6
-rw-r--r--lang/python38/Makefile6
-rw-r--r--lang/python39/Makefile6
5 files changed, 5 insertions, 25 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 194a0e11611..161e8046c4e 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.93 2020/12/07 13:14:38 nia Exp $
.include "dist.mk"
@@ -23,10 +23,6 @@ CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --with-threads
CONFIGURE_ENV+= MKDIR_P=${MKDIR:Q}
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
-# 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
LDFLAGS+= -L${WRKSRC}
diff --git a/lang/python36/Makefile b/lang/python36/Makefile
index 6ddfcafec80..4a90f2bdab8 100644
--- a/lang/python36/Makefile
+++ b/lang/python36/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.30 2020/12/07 13:14:38 nia Exp $
.include "dist.mk"
@@ -29,10 +29,6 @@ CONFIGURE_ARGS+= --with-threads
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
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
diff --git a/lang/python37/Makefile b/lang/python37/Makefile
index 62077dcc690..22faf2fe857 100644
--- a/lang/python37/Makefile
+++ b/lang/python37/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.25 2020/12/07 13:14:38 nia Exp $
.include "dist.mk"
@@ -29,10 +29,6 @@ CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
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
diff --git a/lang/python38/Makefile b/lang/python38/Makefile
index 4ea13eff5ec..f5a6eb90464 100644
--- a/lang/python38/Makefile
+++ b/lang/python38/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.17 2020/12/07 13:14:38 nia Exp $
.include "dist.mk"
@@ -30,10 +30,6 @@ CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
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 Misc/python-embed.pc.in
PTHREAD_OPTS+= require
diff --git a/lang/python39/Makefile b/lang/python39/Makefile
index 7b1e663df35..4c84385917f 100644
--- a/lang/python39/Makefile
+++ b/lang/python39/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/12/06 11:35:31 nia Exp $
+# $NetBSD: Makefile,v 1.5 2020/12/07 13:14:39 nia Exp $
.include "dist.mk"
@@ -30,10 +30,6 @@ CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --without-ensurepip
CONFIGURE_ENV+= OPT=${CFLAGS:M*:Q}
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 Misc/python-embed.pc.in
PTHREAD_OPTS+= require