diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-09 15:01:26 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-09 15:01:26 +0200 |
commit | 1b9a2d1d1a02759ebfc41fba2cc656dfe1071767 (patch) | |
tree | 37add7db566bd601ea8d68b85e5eaca2ce8dd312 /node/patches/002-addr_info.patch | |
parent | 28093a126b913ea9629ac0a341c71be7c5e06763 (diff) | |
download | openwrt-personal-pkgs-1b9a2d1d1a02759ebfc41fba2cc656dfe1071767.tar.gz openwrt-personal-pkgs-1b9a2d1d1a02759ebfc41fba2cc656dfe1071767.tar.bz2 openwrt-personal-pkgs-1b9a2d1d1a02759ebfc41fba2cc656dfe1071767.zip |
Drop node
I am not planning to using it anyway
Diffstat (limited to 'node/patches/002-addr_info.patch')
-rw-r--r-- | node/patches/002-addr_info.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/node/patches/002-addr_info.patch b/node/patches/002-addr_info.patch deleted file mode 100644 index 0aa02da..0000000 --- a/node/patches/002-addr_info.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/deps/uv/src/unix/getaddrinfo.c -+++ b/deps/uv/src/unix/getaddrinfo.c -@@ -99,6 +99,7 @@ static void uv__getaddrinfo_work(struct - 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); - } |