summaryrefslogtreecommitdiff
path: root/package/wget/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-02 18:59:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-02 18:59:47 +0100
commit9f3a6943f7904194e5bf0f203f14765482272991 (patch)
tree6a54c838a836a2fd6150cb3d062116e08287b8c4 /package/wget/Makefile
parente64b43391594b53adea57f8b8d6989df237e72c3 (diff)
wget: update to 1.19.2
Diffstat (limited to 'package/wget/Makefile')
-rw-r--r--package/wget/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/wget/Makefile b/package/wget/Makefile
index 9e2e538da..0bb450491 100644
--- a/package/wget/Makefile
+++ b/package/wget/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= wget
-PKG_VERSION:= 1.19.1
+PKG_VERSION:= 1.19.2
PKG_RELEASE:= 1
-PKG_HASH:= 9e4f12da38cc6167d0752d934abe27c7b1599a9af294e73829be7ac7b5b4da40
+PKG_HASH:= 4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920
PKG_DESCR:= retrieving files using http(s) and ftp
PKG_SECTION:= net/http
HOST_BUILDDEP:= libressl-host
@@ -31,6 +31,8 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call HOST_template,WGET,wget,${PKG_VERSION}-${PKG_RELEASE}))
$(eval $(call PKG_template,WGET,wget,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CONFIGURE_ARGS+= --disable-pcre
+
ifeq (${ADK_PACKAGE_WGET_WITHOUT_SSL},y)
CONFIGURE_ARGS+= --with-ssl=no
endif