From 69be3d82ef17ef93a988bc85734151f74f5e338e Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sun, 14 Aug 2016 22:46:04 +0200 Subject: 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 --- net/znc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/znc/Makefile') 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 -- cgit v1.2.3