diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-11-08 11:09:14 -0800 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-11-08 19:36:03 +0000 |
commit | 96e1853812a24d0e2f70ede9252a39f43b686637 (patch) | |
tree | 681f96b7938edca4f5dc848daafed0887442f428 /net/znc/Makefile | |
parent | 3d3d75a7ba869ddde4d3b2ae0927714db95645dc (diff) |
znc: Fix compilation without deprecated APIs in OpenSSL 1.0.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[correct configure flag from enable-ssl to enable-openssl]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r-- | net/znc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/znc/Makefile b/net/znc/Makefile index 76c443c16..a0b8c9359 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=znc PKG_VERSION:=1.7.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://znc.in/releases \ @@ -292,7 +292,7 @@ CONFIGURE_ARGS += \ --disable-perl \ --enable-poll \ --disable-python \ - --enable-ssl \ + --enable-openssl \ --disable-swig \ --disable-tcl \ --enable-tdns \ |