@@ -69,7 +69,7 @@ ARCHFLAGS:append:mips = " --v8-lite-mode"
ARCHFLAGS:append:mipsel = " --v8-lite-mode"
ARCHFLAGS ?= ""
-PACKAGECONFIG ??= "ares brotli icu zlib"
+PACKAGECONFIG ??= "ares brotli icu zlib libuv"
PACKAGECONFIG[ares] = "--shared-cares,,c-ares c-ares-native"
PACKAGECONFIG[brotli] = "--shared-brotli,,brotli brotli-native"
@@ -96,7 +96,7 @@ python prune_sources() {
if 'zlib' in d.getVar('PACKAGECONFIG'):
shutil.rmtree(d.getVar('S') + '/deps/zlib')
}
-do_unpack[postfuncs] += "prune_sources"
+do_patch[postfuncs] += "prune_sources"
# V8's JIT infrastructure requires binaries such as mksnapshot and
# mkpeephole to be run in the host during the build. However, these