aboutsummaryrefslogtreecommitdiff
path: root/libs/gnutls/Makefile
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2023-05-19 15:42:22 +0800
committerTianling Shen <cnsztl@gmail.com>2023-05-20 13:06:29 +0800
commit7730e8ea1e028246af8df2284ed5e556bdddef6e (patch)
tree4f5dc4a2c49ba87dea51aebc1da1be515145b266 /libs/gnutls/Makefile
parentf03a2827ea2c2a8d8b63733b3dc75652b8530ae1 (diff)
gnutls: fix build with zabbix
Zabbix verifies the version of gnutls by search in the header gnutls.h. This is done with 'cat' and 'egrep'. The problem here is now that the preprocess definition did changed in gnutls.h, so the regex does not match anymore. The following error message acourse in the log: > configure: error: GnuTLS library version requirement not met (>= 3.1.18) To fix this backport an upstream patch to let the regex work again. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'libs/gnutls/Makefile')
-rw-r--r--libs/gnutls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile
index ec7f72d64..a02d9e08f 100644
--- a/libs/gnutls/Makefile
+++ b/libs/gnutls/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnutls
PKG_VERSION:=3.8.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_BUILD_FLAGS:=no-mips16
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz