summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-08-19 15:17:55 +0000
committerwiz <wiz@pkgsrc.org>2002-08-19 15:17:55 +0000
commit13ee19350fb060852aa3dc986c3a6a2271579842 (patch)
treef3534fda9a7190200e417215e98dc9551292ead4 /security
parent033f54d108569f39923467258c98f7b027ee8b31 (diff)
downloadpkgsrc-13ee19350fb060852aa3dc986c3a6a2271579842.tar.gz
Compile no-shared on 1.4.x. This makes the package install and work for me
on 1.4.2/i386. Approved by agc.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 390b81d832b..73d8fe80104 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2002/08/15 19:22:10 fredb Exp $
+# $NetBSD: Makefile,v 1.58 2002/08/19 15:17:55 wiz Exp $
DISTNAME= openssl-0.9.6g
SVR4_PKGNAME= ossl
@@ -57,10 +57,15 @@ IGNORE= ${PKGNAME} requires shared object support
. endif
# This hack goes away, once we formally de-support NetBSD-1.4.2.
+. if ${OS_VERSION:M1.4.[123]} != ""
+CONFIGURE_ARGS= no-shared --openssldir=${PKG_SYSCONFDIR} --prefix=${PREFIX}
+PLIST_SRC= ${PLIST_RSAREF} ${PKGDIR}/PLIST.common
+
. if ${OS_VERSION:M1.4.[12]} != ""
post-patch:
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-netbsd-1.4.2
. endif # ${OS_VERSION} matches 1.4.[12]
+. endif # ${OS_VERSION} matches 1.4.[123]
.endif # ${OPSYS} == "NetBSD"