summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-10-25 12:03:35 +0000
committeradrianp <adrianp>2008-10-25 12:03:35 +0000
commit53387e393f77da80aedc38adb34dbbf1bbafab63 (patch)
tree05a4970d5276230138294eea24f4fdf053f4164f /security/openssl/Makefile
parent3a17c7df0ee6b8f73c3a19811bba1bd744009883 (diff)
downloadpkgsrc-53387e393f77da80aedc38adb34dbbf1bbafab63.tar.gz
OpenSSL is not JOBS_SAFE
Pull in a fix from the OpenSSL CVS: http://cvs.openssl.org/filediff?f=openssl/crypto/x509/x509_att.c&v1=1.14&v2=1.15 This should fix PR #39767 opened by Wolfgang Solfrank
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index a1bc8523dfe..8d73800c698 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.135 2008/09/17 00:46:58 reed Exp $
+# $NetBSD: Makefile,v 1.136 2008/10/25 12:03:35 adrianp Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
OPENSSL_VERS?= 0.9.8h
-PKGREVISION= 1
+PKGREVISION= 2
.if empty(OPENSSL_SNAPSHOT)
DISTNAME= openssl-${OPENSSL_VERS}
@@ -43,6 +43,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl
TEST_TARGET= tests
+MAKE_JOBS_SAFE= no
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./config