summaryrefslogtreecommitdiff
path: root/package/wget/wget.mk
blob: cb0c60aa3676612d9e917522bed5aa6aca68bd9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#############################################################
#
# wget
#
#############################################################

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)
	WGET_DEPENDENCIES += openssl
endif

$(eval $(call AUTOTARGETS,package,wget))