mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
1fd7b5d1e6
add node-js 0.12 and a few gyp bindings Signed-off-by: John Crispin <blogic@openwrt.org>
11 lines
340 B
Diff
11 lines
340 B
Diff
--- a/deps/uv/src/unix/getaddrinfo.c
|
|
+++ b/deps/uv/src/unix/getaddrinfo.c
|
|
@@ -99,6 +99,7 @@
|
|
int err;
|
|
|
|
req = container_of(w, uv_getaddrinfo_t, work_req);
|
|
+ req->hints->ai_flags &= ~AI_V4MAPPED;
|
|
err = getaddrinfo(req->hostname, req->service, req->hints, &req->addrinfo);
|
|
req->retcode = uv__getaddrinfo_translate_error(err);
|
|
}
|