diff options
author | tron <tron@pkgsrc.org> | 2001-01-22 16:31:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-22 16:31:49 +0000 |
commit | 707845f16f6d756aa4c7495dfc59a5c99acd4193 (patch) | |
tree | 6afbf8b9a1b612fd4fc2e644bf65b96ddde12ac8 /security | |
parent | fcd38b24af339992298e44442c2f411d1dce68eb (diff) | |
download | pkgsrc-707845f16f6d756aa4c7495dfc59a5c99acd4193.tar.gz |
Use "--with-pem-dir" to specify directory where "stunnel.pem" is located.
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 3a38adf7998..1dd344b755a 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/01/22 13:30:36 martin Exp $ +# $NetBSD: Makefile,v 1.10 2001/01/22 16:31:49 tron Exp $ # DISTNAME= stunnel-3.11 @@ -13,8 +13,9 @@ DEPENDS+= pth>=1.3.5:../../devel/pth USE_SSL= # defined GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-ssl=${SSLBASE} -CONFIGURE_ARGS+= --with-cert-dir="${SSLCERTS}" +CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \ + --with-cert-dir="${SSLCERTS}" \ + --with-pem-dir="${SSLCERTS}" pre-configure: cd ${WRKSRC} && autoreconf |