projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3603082
)
[packages] hiawatha: add dependency on zlib (closes: #9634)
author
Nicolas Thill
<nico@openwrt.org>
Mon, 17 Oct 2011 14:11:32 +0000
(14:11 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 17 Oct 2011 14:11:32 +0000
(14:11 +0000)
SVN-Revision: 28480
net/hiawatha/Makefile
patch
|
blob
|
history
diff --git
a/net/hiawatha/Makefile
b/net/hiawatha/Makefile
index 6b99e9ed224dd167314d0e11a4e68e5b03f23074..cf46763bb988486908e034a88a9fc4ce1ef5c09d 100644
(file)
--- 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 <rhk@cksum.org>
- DEPENDS:=+libpthread
+ DEPENDS:=+libpthread
+zlib
endef
define Package/hiawatha/description