From 4d66e7d286719d41a153c51aa99be8424a5ed8b9 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 6 Nov 2011 16:42:44 +0000 Subject: [PATCH] packages/privoxy: add dependency on zlib (closes: #10356) git-svn-id: svn://svn.openwrt.org/openwrt/packages@28779 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/privoxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/privoxy/Makefile b/net/privoxy/Makefile index 72c86f827..2cc6bff64 100644 --- a/net/privoxy/Makefile +++ b/net/privoxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=privoxy PKG_VERSION:=3.0.17 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable-src.tar.gz PKG_SOURCE_URL:=@SF/ijbswa @@ -25,7 +25,7 @@ define Package/privoxy SECTION:=net CATEGORY:=Network SUBMENU:=Web Servers/Proxies - DEPENDS:=+libpcre +libpthread + DEPENDS:=+libpcre +libpthread +zlib TITLE:=web proxy with advanced filtering capabilities URL:=http://www.privoxy.org/ endef -- 2.11.0