From 1af9828b2d72eecf6d07e9cf65d9b123520960a8 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 19 Jul 2002 11:56:47 +0000 Subject: Set use_ssl_verify to y(es), requested in pkg/17644 by Atsushi Onoe. --- www/w3m/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/w3m/Makefile.common') 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" -- cgit v1.2.3