pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libgcrypt As it was, libtool failed to link t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df8ffd4a89fa
branches:  trunk
changeset: 483538:df8ffd4a89fa
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun Nov 14 15:38:42 2004 +0000

description:
As it was, libtool failed to link to libgcrypt on NetBSD 1.6.x because
buildlink did not bring in PTH.  For example, this made opencdk fail to
build.  Fix this by adding mk/pthread.buildlink3.mk to
security/gcrypt/buildlink3.mk

diffstat:

 security/libgcrypt/buildlink3.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r a417fc4b1325 -r df8ffd4a89fa security/libgcrypt/buildlink3.mk
--- a/security/libgcrypt/buildlink3.mk  Sun Nov 14 14:19:23 2004 +0000
+++ b/security/libgcrypt/buildlink3.mk  Sun Nov 14 15:38:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2004/10/23 08:57:33 shannonjr Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2004/11/14 15:38:42 ben Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBGCRYPT_BUILDLINK3_MK:=      ${LIBGCRYPT_BUILDLINK3_MK}+
@@ -17,5 +17,6 @@
 .endif # LIBGCRYPT_BUILDLINK3_MK
 
 .include "../../security/libgpg-error/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index