openwrt-packages/libs/gnutls
Tianling Shen 7730e8ea1e 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>
2023-05-20 13:06:29 +08:00
..
patches gnutls: fix build with zabbix 2023-05-20 13:06:29 +08:00
Config.in gnutls: Update to 3.6.7 2019-03-27 03:19:19 -07:00
Makefile gnutls: fix build with zabbix 2023-05-20 13:06:29 +08:00