pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang python*: Disable runtime configure test on sem_ge...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/426c1db381a1
branches:  trunk
changeset: 443072:426c1db381a1
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Dec 06 11:35:31 2020 +0000

description:
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:

 lang/python27/Makefile |  3 ++-
 lang/python36/Makefile |  3 ++-
 lang/python37/Makefile |  3 ++-
 lang/python38/Makefile |  3 ++-
 lang/python39/Makefile |  3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diffs (85 lines):

diff -r e3905ca1ed3a -r 426c1db381a1 lang/python27/Makefile
--- a/lang/python27/Makefile    Sun Dec 06 11:29:33 2020 +0000
+++ b/lang/python27/Makefile    Sun Dec 06 11:35:31 2020 +0000
@@ -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 @@
 # 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 -r e3905ca1ed3a -r 426c1db381a1 lang/python36/Makefile
--- a/lang/python36/Makefile    Sun Dec 06 11:29:33 2020 +0000
+++ b/lang/python36/Makefile    Sun Dec 06 11:35:31 2020 +0000
@@ -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 @@
 # 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 -r e3905ca1ed3a -r 426c1db381a1 lang/python37/Makefile
--- a/lang/python37/Makefile    Sun Dec 06 11:29:33 2020 +0000
+++ b/lang/python37/Makefile    Sun Dec 06 11:35:31 2020 +0000
@@ -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 @@
 # 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 -r e3905ca1ed3a -r 426c1db381a1 lang/python38/Makefile
--- a/lang/python38/Makefile    Sun Dec 06 11:29:33 2020 +0000
+++ b/lang/python38/Makefile    Sun Dec 06 11:35:31 2020 +0000
@@ -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 @@
 # 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 -r e3905ca1ed3a -r 426c1db381a1 lang/python39/Makefile
--- a/lang/python39/Makefile    Sun Dec 06 11:29:33 2020 +0000
+++ b/lang/python39/Makefile    Sun Dec 06 11:35:31 2020 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index