From 7e9097b40cda25c0ff68fd971872b5a110dacccf Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Thu, 11 Dec 2014 12:13:52 +0100 Subject: [PATCH] wget: update to 1.16.1 Signed-off-by: Peter Wagner --- net/wget/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/wget/Makefile b/net/wget/Makefile index cb6230ad4..9a84498f5 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.16 +PKG_VERSION:=1.16.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=fe102975ab3a6c049777883f1bb9ad07 +PKG_MD5SUM:=78942cc0cce0a23e18114d982789e360 PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=GPL-3.0+ @@ -65,7 +65,8 @@ endef CONFIGURE_ARGS+= \ --disable-rpath \ - --disable-iri + --disable-iri \ + --without-libuuid CONFIGURE_VARS += \ ac_cv_header_uuid_uuid_h=no