python*: Revert shm_open workaround now it's fixed in mksandbox
This commit is contained in:
parent
0a6f93193d
commit
79a7d27f51
5 changed files with 5 additions and 25 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue