mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +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:
committed by
Michał Kępień
parent
735d09bffe
commit
d4d57f16c3
@@ -181,7 +181,7 @@ netmgr_teardown(void *arg) {
|
|||||||
#define MINIMAL_UV_VERSION UV_VERSION(1, 37, 0)
|
#define MINIMAL_UV_VERSION UV_VERSION(1, 37, 0)
|
||||||
#else
|
#else
|
||||||
#define MAXIMAL_UV_VERSION UV_VERSION(1, 34, 99)
|
#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
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user