From: Nicolas Thill Date: Mon, 17 Oct 2011 14:06:01 +0000 (+0000) Subject: [packages] hiawatha: update to 7.7 (thanks to Raphael Huck) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=360308298870715a36a04c140ef41eb802d75adf [packages] hiawatha: update to 7.7 (thanks to Raphael Huck) SVN-Revision: 28479 --- diff --git a/net/hiawatha/Makefile b/net/hiawatha/Makefile index e1cbfa630a..6b99e9ed22 100644 --- a/net/hiawatha/Makefile +++ b/net/hiawatha/Makefile @@ -8,12 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hiawatha -PKG_VERSION:=7.6 +PKG_VERSION:=7.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.hiawatha-webserver.org/files/ -PKG_MD5SUM:=45e7c3229a94d19abb5d92daa36c61d9 +PKG_MD5SUM:=7195c829c86f1ed37d314daa4e06d06b + +PKG_CONFIG_DEPENDS:= \ + CONFIG_IPV6 \ PKG_INSTALL:=1 @@ -34,6 +37,7 @@ define Package/hiawatha/description endef CONFIGURE_ARGS+= \ + $(call autoconf_bool,CONFIG_IPV6,ipv6) \ --disable-cache \ --disable-monitor \ --disable-ssl \