[packages] hiawatha: add dependency on zlib (closes: #9634)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28480 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a1cea31b67
commit
c9d0c39f46
@ -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 <rhk@cksum.org>
|
||||
DEPENDS:=+libpthread
|
||||
DEPENDS:=+libpthread +zlib
|
||||
endef
|
||||
|
||||
define Package/hiawatha/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user