]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Sync compile-time & run-time libuv requirements
authorOndřej Surý <ondrej@isc.org>
Wed, 8 Feb 2023 08:28:09 +0000 (09:28 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 9 Feb 2023 14:04:52 +0000 (15:04 +0100)
Bump the minimum libuv version required at runtime so that it matches
the compile-time requirements.

lib/isc/netmgr/netmgr.c

index 1f7e9b0df78459bc2cac43825d14763d150b48b0..1fb20e276a9660cc5a7200f4754c16c78e1aa72d 100644 (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