From: Ondřej Surý Date: Mon, 5 Aug 2024 10:32:36 +0000 (+0000) Subject: [9.16] fix: usr: Add a compatibility shim for older libuv versions (< 1.19.0) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07077fb19996a3efcb4069407dcdb64d4ea1ee55;p=thirdparty%2Fbind9.git [9.16] fix: usr: Add a compatibility shim for older libuv versions (< 1.19.0) The uv_stream_get_write_queue_size() is supported only in relatively newer versions of libuv (1.19.0 or higher). Provide a compatibility shim for this function , so BIND 9 can be built in environments with older libuv version. Fixes: #4822 Backport of MR !9153 Merge branch 'backport-uv_stream_get_write_queue_size_wrapper-9.16' into 'bind-9.16' See merge request isc-projects/bind9!9248 --- 07077fb19996a3efcb4069407dcdb64d4ea1ee55