diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-07 01:50:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-07 01:50:35 +0800 |
commit | b5a1a1b5b1a2ecc463045c7c5703202819ab0a15 (patch) | |
tree | 10b5ae920051652616c47a7d1d2adae29e066f3a | |
parent | 8a0a1645ad10584770f96afd1d9c842141bc7eeb (diff) | |
download | freebsd-ports-gnome-b5a1a1b5b1a2ecc463045c7c5703202819ab0a15.tar.gz freebsd-ports-gnome-b5a1a1b5b1a2ecc463045c7c5703202819ab0a15.tar.zst freebsd-ports-gnome-b5a1a1b5b1a2ecc463045c7c5703202819ab0a15.zip |
- Disable SSLv2_client_method
-rw-r--r-- | ftp/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 313d94fbf46f..43606eaaf7e2 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -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 |