svn commit: r383458 - head/ftp/curl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Apr 6 17:50:36 UTC 2015
Author: sunpoet
Date: Mon Apr 6 17:50:35 2015
New Revision: 383458
URL: https://svnweb.freebsd.org/changeset/ports/383458
Log:
- Disable SSLv2_client_method
Modified:
head/ftp/curl/Makefile
Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile Mon Apr 6 17:49:16 2015 (r383457)
+++ head/ftp/curl/Makefile Mon Apr 6 17:50:35 2015 (r383458)
@@ -34,7 +34,8 @@ TLS_SRP_DESC= TLS-SRP (Secure Remote Pas
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
More information about the svn-ports-all
mailing list