summaryrefslogtreecommitdiffstats
path: root/ftp/wget/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget/CONFIGURE')
-rwxr-xr-xftp/wget/CONFIGURE7
1 files changed, 6 insertions, 1 deletions
diff --git a/ftp/wget/CONFIGURE b/ftp/wget/CONFIGURE
index 98c06e0576..0cbdfafcbe 100755
--- a/ftp/wget/CONFIGURE
+++ b/ftp/wget/CONFIGURE
@@ -1,4 +1,9 @@
-config_query_list WGET_SSL "Which SSL backend do you want for https and ftps?" none gnutls openssl &&
+if [[ "$WGET_SSL" == "openssl" ]]; then
+ WGET_SSL="SSL" &&
+ persistent_add WGET_SSL
+fi &&
+
+config_query_list WGET_SSL "Which SSL backend do you want for https and ftps?" none gnutls SSL &&
config_query_option WGET_OPTS "Enable IPv6 support?" y \
"--enable-ipv6" "--disable-ipv6"