- Disable SSLv2_client_method

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-04-06 17:50:35 +00:00
parent 6091847823
commit 48cfe58ce3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383458

View file

@ -34,7 +34,8 @@ TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support
CONFIGURE_ARGS+=--disable-werror \
--enable-imap --enable-pop3 --enable-rtsp --enable-smtp \
--without-axtls
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \
ac_cv_func_SSLv2_client_method=no
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_PERL5= build