pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql4-client The mysql4-client libraries de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/203004e69a16
branches:  trunk
changeset: 483632:203004e69a16
user:      ben <ben%pkgsrc.org@localhost>
date:      Tue Nov 16 14:10:55 2004 +0000

description:
The mysql4-client libraries depend on libpthread.  When building
packages that depend on mysql-client, using buildlink3, and using
GNU PTH, the pthread library never gets pulled in by buildlink.  This
caused the p5-DBD-mysql build to fail, which in turn caused the mytop
build to fail.  The fix is to include mk/pthread.buildlink3.mk in
mysql4-client/buildlink3.mk.

This addresses PR#28162.

diffstat:

 databases/mysql4-client/buildlink3.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 17102f1d69fc -r 203004e69a16 databases/mysql4-client/buildlink3.mk
--- a/databases/mysql4-client/buildlink3.mk     Tue Nov 16 13:54:47 2004 +0000
+++ b/databases/mysql4-client/buildlink3.mk     Tue Nov 16 14:10:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/28 01:12:44 xtraeme Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2004/11/16 14:10:55 ben Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 MYSQL_CLIENT_BUILDLINK3_MK:=   ${MYSQL_CLIENT_BUILDLINK3_MK}+
@@ -16,6 +16,7 @@
 BUILDLINK_LIBDIRS.mysql-client?=       lib/mysql
 .endif # MYSQL_CLIENT_BUILDLINK3_MK
 
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index