No TLS support on NetBSD-5 and pirior.
This commit is contained in:
parent
e1df3b4d71
commit
1d011ce621
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.70 2013/05/03 16:36:04 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.71 2013/05/04 02:50:41 obache Exp $
|
||||
|
||||
DISTNAME= gpgme-1.4.1
|
||||
CATEGORIES= security
|
||||
|
@ -43,6 +43,10 @@ CONFIGURE_ARGS+= --without-pth --without-pth-test
|
|||
CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=yes
|
||||
.endif
|
||||
|
||||
.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
|
||||
CONFIGURE_ENV+= gpgme_cv_tls_works=no
|
||||
.endif
|
||||
|
||||
# we want the getenv_r() semantics of NetBSD-current
|
||||
BUILDLINK_API_DEPENDS.librfuncs+= librfuncs>=1.0.7nb1
|
||||
.include "../../devel/librfuncs/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue