aboutsummaryrefslogtreecommitdiff
path: root/net/znc/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2016-08-14 22:46:04 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2016-08-14 23:03:20 +0200
commit69be3d82ef17ef93a988bc85734151f74f5e338e (patch)
tree8b103e4ae6fc0f6189ce36206f2ed7546c3df4aa /net/znc/Makefile
parent200311a327ca6a108cf845e71217acddb5f418c0 (diff)
znc: fix compilation without ssl compression
Update Csocket to a newer version with compile fixes for OpenSSL with disabled compression support. Since we don't get zlib as an transitive dependency anymore, also add zlib as an explicit dependency. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r--net/znc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/znc/Makefile b/net/znc/Makefile
index 47ef2c903..4fa31c468 100644
--- a/net/znc/Makefile
+++ b/net/znc/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=znc
PKG_VERSION:=1.6.3
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://znc.in/releases \
@@ -35,7 +35,7 @@ endef
define Package/znc
$(Package/znc/default)
- DEPENDS:=+libopenssl +libpthread +libstdcpp +ZNC_ICU:icu
+ DEPENDS:=+libopenssl +libpthread +libstdcpp +ZNC_ICU:icu +zlib
MENU:=1
endef