From: nico Date: Mon, 17 Oct 2011 14:11:32 +0000 (+0000) Subject: [packages] hiawatha: add dependency on zlib (closes: #9634) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c9d0c39f46f5072a438fab3062e9edce9d1ff3bb;p=packages.git [packages] hiawatha: add dependency on zlib (closes: #9634) git-svn-id: svn://svn.openwrt.org/openwrt/packages@28480 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/hiawatha/Makefile b/net/hiawatha/Makefile index 6b99e9ed2..cf46763bb 100644 --- a/net/hiawatha/Makefile +++ b/net/hiawatha/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hiawatha PKG_VERSION:=7.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.hiawatha-webserver.org/files/ @@ -29,7 +29,7 @@ define Package/hiawatha TITLE:=A very lightweight web server URL:=http://www.hiawatha-webserver.org/ MAINTAINER:=Raphaël HUCK - DEPENDS:=+libpthread + DEPENDS:=+libpthread +zlib endef define Package/hiawatha/description