diff options
author | drochner <drochner> | 2013-05-06 18:18:31 +0000 |
---|---|---|
committer | drochner <drochner> | 2013-05-06 18:18:31 +0000 |
commit | 764e119c95bbef0c99ef126f7d79e948e00c024c (patch) | |
tree | 4c56bb245dafcebce97241155cf73fd75ea97820 /security/gpgme | |
parent | 992e0b481587b8ec6602a86a95cd0f14e62d7e46 (diff) | |
download | pkgsrc-764e119c95bbef0c99ef126f7d79e948e00c024c.tar.gz |
disable TLS on all NetBSD - it crashes for me on -current/i386
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 68d78642d73..6a0e579b4cb 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2013/05/04 02:50:41 obache Exp $ +# $NetBSD: Makefile,v 1.72 2013/05/06 18:18:31 drochner Exp $ DISTNAME= gpgme-1.4.1 CATEGORIES= security @@ -43,7 +43,9 @@ CONFIGURE_ARGS+= --without-pth --without-pth-test CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=yes .endif -.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*) +# TLS is unsupported on NetBSD<=5, but causes crashes on -current too +#.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*) +.if !empty(MACHINE_PLATFORM:MNetBSD-*-*) CONFIGURE_ENV+= gpgme_cv_tls_works=no .endif |