Subject: CVS commit: pkgsrc/security/openssl
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/07/2007 17:26:23
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Sep  7 17:26:23 UTC 2007

Modified Files:
	pkgsrc/security/openssl: buildlink3.mk builtin.mk

Log Message:
Allow packages that use OpenSSL to specify that they need an OpenSSL
built with support for threads.  This is done by adding the following
line to the package Makefile before the inclusion of openssl/buildlink3.mk:

    USE_FEATURES.openssl=	threads

The openssl/builtin.mk file is also adjusted to detect whether or not
the built-in OpenSSL was built with support for threads and the result
is used accordingly to determine whether or not a pkgsrc OpenSSL is
needed.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/security/openssl/buildlink3.mk
cvs rdiff -r1.21 -r1.22 pkgsrc/security/openssl/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.