diff options
author | tron <tron> | 2001-01-22 16:31:49 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-22 16:31:49 +0000 |
commit | 77c10ef328efdf2f3f23f5f5b6e8a78568b20c69 (patch) | |
tree | 6afbf8b9a1b612fd4fc2e644bf65b96ddde12ac8 /security/stunnel | |
parent | d8841681227222632f5c9f6d4ee690ecdcf0e9b6 (diff) | |
download | pkgsrc-77c10ef328efdf2f3f23f5f5b6e8a78568b20c69.tar.gz |
Use "--with-pem-dir" to specify directory where "stunnel.pem" is located.
Diffstat (limited to 'security/stunnel')
-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 |