From 6cf4553ba0b55b1590dfd8a334480af43f4454d0 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 19 Aug 2002 15:17:55 +0000 Subject: Compile no-shared on 1.4.x. This makes the package install and work for me on 1.4.2/i386. Approved by agc. --- security/openssl/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security/openssl/Makefile') 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" -- cgit v1.2.3