pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl Compile OpenSSL with supports for thr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbfb9cbf4b4c
branches:  trunk
changeset: 531042:cbfb9cbf4b4c
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Jul 18 13:11:15 2007 +0000

description:
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:

 security/openssl/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 399df162d687 -r cbfb9cbf4b4c security/openssl/Makefile
--- a/security/openssl/Makefile Wed Jul 18 13:10:44 2007 +0000
+++ b/security/openssl/Makefile Wed Jul 18 13:11:15 2007 +0000
@@ -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 @@
 .  endif
 .endif
 
-PKGREVISION=   3
+PKGREVISION=   4
 SVR4_PKGNAME=  ossl
 CATEGORIES=    security
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -47,7 +47,7 @@
 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"



Home | Main Index | Thread Index | Old Index