Drop inclusion of mk/pthread.buildlink3.mk from libgcrypt bl3.

libgcrypt installs a library and 3 binaries, none of which are linked
against pthreads (on NetBSD 6).  It installs one .h, which also does
not reference pthreads.  However, it contains a comment that thread
callbacks were removed from libgcrypt as of 1.6.  I rebuilt dirmngr,
glib-networking, gnupg2, libgnome-keyring, libksba, libotr, libxslt,
and pidgin-otr with the new version with no issues.

Note that I am not removing mk/pthread.buildlink3.mk from Makefile,
because it builds t-lock (used in make test but not installed) with
threads.
This commit is contained in:
gdt 2014-03-14 13:39:07 +00:00
parent 8e275e6108
commit 9de9cbef6f

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.16 2014/01/01 11:49:59 wiz Exp $ # $NetBSD: buildlink3.mk,v 1.17 2014/03/14 13:39:07 gdt Exp $
BUILDLINK_TREE+= libgcrypt BUILDLINK_TREE+= libgcrypt
@ -10,7 +10,6 @@ BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.6.0
BUILDLINK_PKGSRCDIR.libgcrypt?= ../../security/libgcrypt BUILDLINK_PKGSRCDIR.libgcrypt?= ../../security/libgcrypt
.include "../../security/libgpg-error/buildlink3.mk" .include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.endif # LIBGCRYPT_BUILDLINK3_MK .endif # LIBGCRYPT_BUILDLINK3_MK
BUILDLINK_TREE+= -libgcrypt BUILDLINK_TREE+= -libgcrypt