From: Ondřej Surý Date: Wed, 8 Feb 2023 08:28:09 +0000 (+0100) Subject: Sync compile-time & run-time libuv requirements X-Git-Tag: v9.19.11~78^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4d57f16c381708a208bf5508dc239eb3c342c16;p=thirdparty%2Fbind9.git Sync compile-time & run-time libuv requirements Bump the minimum libuv version required at runtime so that it matches the compile-time requirements. --- diff --git a/lib/isc/netmgr/netmgr.c b/lib/isc/netmgr/netmgr.c index 1f7e9b0df78..1fb20e276a9 100644 --- a/lib/isc/netmgr/netmgr.c +++ b/lib/isc/netmgr/netmgr.c @@ -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