deps: fix libuv for android

Fix android build errors introduced by the upgrade to libuv 1.44.2

Fixes: https://github.com/nodejs/node/issues/46743
Fixes: https://github.com/nodejs/node/issues/46744
PR-URL: https://github.com/nodejs/node/pull/46746
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
pull/46781/head
Julian Dropmann 2023-02-22 17:34:33 +01:00 committed by GitHub
parent 7a5b9d0455
commit ee22706879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
deps/uv/uv.gyp vendored
View File

@ -255,8 +255,10 @@
},
}],
[ 'OS=="android"', {
'defines': [
'_GNU_SOURCE',
],
'sources': [
'src/unix/android-ifaddrs.c',
'src/unix/linux-core.c',
'src/unix/linux-inotify.c',
'src/unix/linux-syscalls.c',