Subject: CVS commit: pkgsrc/databases/mysql4-client
To: None <pkgsrc-changes@NetBSD.org>
From: Ben Collver <ben@netbsd.org>
List: pkgsrc-changes
Date: 11/16/2004 14:10:55
Module Name: pkgsrc
Committed By: ben
Date: Tue Nov 16 14:10:55 UTC 2004
Modified Files:
pkgsrc/databases/mysql4-client: buildlink3.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/mysql4-client/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.