diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-11-06 10:21:17 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-11-06 10:24:20 -0800 |
commit | 4ce3716e4e6667ba2ea865979d2eed0082e4a523 (patch) | |
tree | 7d46314b7ed44bf6c9883898fe71aa87d798b818 /admin/monit/Makefile | |
parent | d2d2df63d5a2078be3e9d48160b82da6b4bb4bb4 (diff) |
monit: Fix compilation without deprecated APIs
This switches monit to use the THREAD API of OpenSSL 1.0.2. This is gone
in 1.1.0 but will be more stable with 1.0.2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'admin/monit/Makefile')
-rw-r--r-- | admin/monit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/monit/Makefile b/admin/monit/Makefile index 2ab481e44..0a28fbaf1 100644 --- a/admin/monit/Makefile +++ b/admin/monit/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=monit PKG_VERSION:=5.25.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://mmonit.com/monit/dist |