From d24228bcf22f361854422316795090702b23bbc0 Mon Sep 17 00:00:00 2001 From: mb Date: Thu, 4 Nov 2010 13:04:45 +0000 Subject: [PATCH] nginx: Add missing zlib dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@23860 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index f6eb84680..2c4a552f7 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx PKG_VERSION:=0.7.67 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://sysoev.ru/nginx/ @@ -31,7 +31,7 @@ define Package/nginx CATEGORY:=Network TITLE:=Nginx web server URL:=http://nginx.net/ - DEPENDS:=+libpcre +NGINX_SSL:libopenssl + DEPENDS:=+libpcre +NGINX_SSL:libopenssl +zlib MENU:=1 endef