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:
de8d2e5
)
packages/privoxy: add dependency on zlib (closes: #10356)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 6 Nov 2011 16:42:44 +0000
(16:42 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 6 Nov 2011 16:42:44 +0000
(16:42 +0000)
SVN-Revision: 28779
net/privoxy/Makefile
patch
|
blob
|
history
diff --git
a/net/privoxy/Makefile
b/net/privoxy/Makefile
index 72c86f8274b5e2967f830f31fa09406ba4639c90..2cc6bff646f499a8320fd7bcb3834e9e6f6cbf58 100644
(file)
--- 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