diff options
author | nia <nia@pkgsrc.org> | 2020-12-06 11:35:31 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-12-06 11:35:31 +0000 |
commit | c3e4caef5cc84cf3f9ac79e558fc44dbe46fc2d9 (patch) | |
tree | 9bd96e73bbed083426f8af1a9de500f4eff8e268 /lang | |
parent | c332367db08b725399666e566e3659b64429e98b (diff) | |
download | pkgsrc-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')
-rw-r--r-- | lang/python27/Makefile | 3 | ||||
-rw-r--r-- | lang/python36/Makefile | 3 | ||||
-rw-r--r-- | lang/python37/Makefile | 3 | ||||
-rw-r--r-- | lang/python38/Makefile | 3 | ||||
-rw-r--r-- | lang/python39/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index e79f3e77183..194a0e11611 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2020/12/06 11:11:31 nia Exp $ +# $NetBSD: Makefile,v 1.92 2020/12/06 11:35:31 nia Exp $ .include "dist.mk" @@ -26,6 +26,7 @@ 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 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 diff --git a/lang/python37/Makefile b/lang/python37/Makefile index cee945be255..62077dcc690 100644 --- a/lang/python37/Makefile +++ b/lang/python37/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2020/12/06 11:11:31 nia Exp $ +# $NetBSD: Makefile,v 1.24 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 diff --git a/lang/python38/Makefile b/lang/python38/Makefile index 348a48cc96a..4ea13eff5ec 100644 --- a/lang/python38/Makefile +++ b/lang/python38/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/12/06 11:11:32 nia Exp $ +# $NetBSD: Makefile,v 1.16 2020/12/06 11:35:31 nia Exp $ .include "dist.mk" @@ -33,6 +33,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 Misc/python-embed.pc.in PTHREAD_OPTS+= require diff --git a/lang/python39/Makefile b/lang/python39/Makefile index 1c490abdb54..7b1e663df35 100644 --- a/lang/python39/Makefile +++ b/lang/python39/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/12/06 11:11:32 nia Exp $ +# $NetBSD: Makefile,v 1.4 2020/12/06 11:35:31 nia Exp $ .include "dist.mk" @@ -33,6 +33,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 Misc/python-embed.pc.in PTHREAD_OPTS+= require |