summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2013-05-06 18:18:31 +0000
committerdrochner <drochner@pkgsrc.org>2013-05-06 18:18:31 +0000
commitb9eaa3e53c0d62b16932487b557cdcc5be29321c (patch)
tree4c56bb245dafcebce97241155cf73fd75ea97820 /security
parent6bf3473c29a6ea10bcd0532fed426fbb50c3af14 (diff)
downloadpkgsrc-b9eaa3e53c0d62b16932487b557cdcc5be29321c.tar.gz
disable TLS on all NetBSD - it crashes for me on -current/i386
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/Makefile6
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