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.
2014-03-14 14:39:07 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.17 2014/03/14 13:39:07 gdt Exp $
|
2004-02-10 01:13:24 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= libgcrypt
|
2004-02-10 01:13:24 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(LIBGCRYPT_BUILDLINK3_MK)
|
|
|
|
LIBGCRYPT_BUILDLINK3_MK:=
|
2004-02-10 01:13:24 +01:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.0
|
2014-01-01 12:49:59 +01:00
|
|
|
BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.6.0
|
2004-02-10 01:13:24 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.libgcrypt?= ../../security/libgcrypt
|
|
|
|
|
2004-03-05 20:25:06 +01:00
|
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # LIBGCRYPT_BUILDLINK3_MK
|
2004-03-05 20:25:06 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -libgcrypt
|