diff options
author | wiz <wiz> | 2002-07-19 11:56:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-19 11:56:47 +0000 |
commit | 514b24f5e9ec7a3e760b7238b894219e8a7136b3 (patch) | |
tree | 1b12fc45ce54af0a49cd8ab2ae9ec042f15ce0fe | |
parent | 3b66b3755957262302835e47b0aabe68334e1b12 (diff) | |
download | pkgsrc-514b24f5e9ec7a3e760b7238b894219e8a7136b3.tar.gz |
Set use_ssl_verify to y(es), requested in pkg/17644 by Atsushi Onoe.
-rw-r--r-- | www/w3m/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index 07274cdb42d..a3c5fa577a3 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2002/07/02 15:23:48 wiz Exp $ +# $NetBSD: Makefile.common,v 1.7 2002/07/19 11:56:47 wiz Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -95,7 +95,7 @@ CONFIGURE_ENV+= use_cookie=y CONFIGURE_ENV+= use_cookie=n .endif .if ${W3M_USE_SSL} == YES -CONFIGURE_ENV+= use_ssl=y use_ssl_verify=n +CONFIGURE_ENV+= use_ssl=y use_ssl_verify=y CONFIGURE_ARGS+= --ssl-includedir=${BUILDLINK_DIR}/include/openssl CONFIGURE_ARGS+= --ssl-libdir=${BUILDLINK_DIR}/lib .include "../../security/openssl/buildlink.mk" |