summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authortron <tron>2007-07-18 13:11:15 +0000
committertron <tron>2007-07-18 13:11:15 +0000
commit57ab326ea5f4e3351b77b44dd60ce7b4ec693a41 (patch)
tree75183598f0dbd5fef92c1dd3cc7506119b01685f /security/openssl
parentdbf54fe3a89e029d517c10806793648a5e4fbd9d (diff)
downloadpkgsrc-57ab326ea5f4e3351b77b44dd60ce7b4ec693a41.tar.gz
Compile OpenSSL with supports for threads. This allows an application
to register callbacks which implement locking primitive to make OpenSSL thread-safe. Bump package revision because of this change.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 35f839ecbda..c18ae9a67b8 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2007/05/03 14:23:42 tron Exp $
+# $NetBSD: Makefile,v 1.126 2007/07/18 13:11:15 tron Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
@@ -24,7 +24,7 @@ MASTER_SITES= ftp://ftp.openssl.org/snapshot/
. endif
.endif
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= ossl
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -47,7 +47,7 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --openssldir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= shared
+CONFIGURE_ARGS+= shared threads
.if ${OPSYS} == "SunOS"
. if ${MACHINE_ARCH} == "sparc"