diff options
Diffstat (limited to 'lang/python36/Makefile')
-rw-r--r-- | lang/python36/Makefile | 3 |
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 |