summaryrefslogtreecommitdiffstats
path: root/ftp/wget/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget/CONFIGURE')
-rwxr-xr-xftp/wget/CONFIGURE5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftp/wget/CONFIGURE b/ftp/wget/CONFIGURE
index 834161ac33..0cbdfafcbe 100755
--- a/ftp/wget/CONFIGURE
+++ b/ftp/wget/CONFIGURE
@@ -1,3 +1,8 @@
+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 \