From: Michael Tremer Date: Tue, 8 Mar 2011 22:54:56 +0000 (+0100) Subject: wget: Link to openssl and libidn. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e832e6f2c4a63897a7ccba8df24eb29502d3e690;p=ipfire-3.x.git wget: Link to openssl and libidn. This will support SSL connections and international domain names. --- diff --git a/pkgs/wget/wget.nm b/pkgs/wget/wget.nm index 3efc006d4..9e2cf74ff 100644 --- a/pkgs/wget/wget.nm +++ b/pkgs/wget/wget.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = wget PKG_VER = 1.12 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = Applications/Internet @@ -42,7 +42,7 @@ define PKG_DESCRIPTION support, etc. endef -PKG_BUILD_DEPS+= perl-Pod-Simple perl-Pod-Escapes +PKG_BUILD_DEPS+= libidn-devel openssl-devel perl-Pod-Simple perl-Pod-Escapes PKG_TARBALL = $(THISAPP).tar.lzma