Path to this page:
Subject: CVS commit: pkgsrc/security/openssl
From: Johnny C. Lam
Date: 2007-09-07 19:26:23
Message id: 20070907172623.D9B7521507@cvs.netbsd.org
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.
Files: