2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

Sync compile-time & run-time libuv requirements

Bump the minimum libuv version required at runtime so that it matches
the compile-time requirements.
This commit is contained in:
Ondřej Surý 2023-02-08 09:28:09 +01:00 committed by Michał Kępień
parent 735d09bffe
commit d4d57f16c3

View File

@ -181,7 +181,7 @@ netmgr_teardown(void *arg) {
#define MINIMAL_UV_VERSION UV_VERSION(1, 37, 0)
#else
#define MAXIMAL_UV_VERSION UV_VERSION(1, 34, 99)
#define MINIMAL_UV_VERSION UV_VERSION(1, 0, 0)
#define MINIMAL_UV_VERSION UV_VERSION(1, 34, 0)
#endif
void