diff options
Diffstat (limited to 'package/wget/wget.mk')
-rw-r--r-- | package/wget/wget.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/wget/wget.mk b/package/wget/wget.mk index cb0c60aa3..23c82af4f 100644 --- a/package/wget/wget.mk +++ b/package/wget/wget.mk @@ -6,7 +6,6 @@ WGET_VERSION = 1.12 WGET_SITE = $(BR2_GNU_MIRROR)/wget -WGET_CONF_OPT = $(DISABLE_IPV6) ifeq ($(BR2_PACKAGE_OPENSSL),y) WGET_CONF_OPT += --with-ssl --with-libssl-prefix=$(STAGING_DIR) |