summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorjnemeth <jnemeth>2011-11-02 22:51:07 +0000
committerjnemeth <jnemeth>2011-11-02 22:51:07 +0000
commit001ac7c7c1f249a93de80da6496c65ce54db5914 (patch)
tree37d193a3129ab7d9d69e9250d55aad18e79f24a0 /security/openssl/Makefile
parentd341524ab31cd56e5ad70d49ef143e80f66317e4 (diff)
downloadpkgsrc-001ac7c7c1f249a93de80da6496c65ce54db5914.tar.gz
Add a new threads option which is on by default. The purpose of this is
to allow other packages that can't handle threads to link against this. No revbump since there is no change to binary packages.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index c8f64ef9bbf..731820cf6b0 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2011/07/04 14:42:56 tez Exp $
+# $NetBSD: Makefile,v 1.158 2011/11/02 22:51:07 jnemeth Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
@@ -48,7 +48,7 @@ CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --install_prefix=${DESTDIR}
CONFIGURE_ARGS+= --openssldir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= shared threads no-fips
+CONFIGURE_ARGS+= shared no-fips
.if ${OPSYS} == "SunOS"
. if ${MACHINE_ARCH} == "sparc"