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:
parent
735d09bffe
commit
d4d57f16c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user