diff options
author | wiz <wiz> | 2002-08-19 15:17:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-19 15:17:55 +0000 |
commit | 6cf4553ba0b55b1590dfd8a334480af43f4454d0 (patch) | |
tree | f3534fda9a7190200e417215e98dc9551292ead4 /security/openssl/Makefile | |
parent | e352abe579cd8550a670fc46b1354a322f41dc36 (diff) | |
download | pkgsrc-6cf4553ba0b55b1590dfd8a334480af43f4454d0.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/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 7 |
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" |