kumquat-buildroot/package/wget/wget.mk
Gustavo Zacarias 8fe6cc98d9 wget: bump to 1.12 and migrate to Makefile.autotools.in
Closes #1111.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-03-22 14:07:30 +01:00

17 lines
399 B
Makefile

#############################################################
#
# 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))