summaryrefslogtreecommitdiffstats
path: root/ftp/wget/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget/BUILD')
-rwxr-xr-xftp/wget/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/wget/BUILD b/ftp/wget/BUILD
index 4d779db69a..480741f290 100755
--- a/ftp/wget/BUILD
+++ b/ftp/wget/BUILD
@@ -1,3 +1,5 @@
+[[ $WGET_SSL == "none" ]] && OPTS="--without-ssl $OPTS"
+
OPTS="$WGET_OPTS $OPTS --build=${BUILD}"
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"