From 857c034547e230a371b75cba92505edba128bdc0 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 17 Oct 2011 14:11:32 +0000 Subject: [PATCH] [packages] hiawatha: add dependency on zlib (closes: #9634) SVN-Revision: 28480 --- net/hiawatha/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hiawatha/Makefile b/net/hiawatha/Makefile index 6b99e9ed22..cf46763bb9 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 -- 2.30.2