nodejs-current: Update from 8.1.4 to 8.2.1
This commit is contained in:
parent
b6dd9f3c8f
commit
00d0a7b8c0
@ -1,9 +1,9 @@
|
||||
# status: Does not build
|
||||
TERMUX_PKG_HOMEPAGE=https://nodejs.org/
|
||||
TERMUX_PKG_DESCRIPTION="Platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications"
|
||||
TERMUX_PKG_VERSION=8.1.4
|
||||
TERMUX_PKG_VERSION=8.2.1
|
||||
TERMUX_PKG_SHA256=66fe1379bc7daf9a16c6b5c45ab695bf1cdcfae9738d2989e940104d6b31973f
|
||||
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=5d54960fb3c5e794b784d15e9e85e3853e1189e5ae840f314bf2fc091fbb5c12
|
||||
# Note that we do not use a shared libuv to avoid an issue with the Android
|
||||
# linker, which does not use symbols of linked shared libraries when resolving
|
||||
# symbols on dlopen(). See https://github.com/termux/termux-packages/issues/462.
|
||||
|
@ -16,12 +16,3 @@ diff -u -r ../node-v8.1.4/deps/uv/uv.gyp ./deps/uv/uv.gyp
|
||||
'conditions': [
|
||||
['OS != "win"', {
|
||||
'defines': [
|
||||
@@ -253,7 +253,7 @@
|
||||
'src/unix/linux-syscalls.h',
|
||||
'src/unix/pthread-fixes.c',
|
||||
'src/unix/android-ifaddrs.c',
|
||||
- 'src/unix/pthread-barrier.c'
|
||||
+ 'src/unix/pthread-barrier.c',
|
||||
'src/unix/procfs-exepath.c',
|
||||
'src/unix/sysinfo-loadavg.c',
|
||||
'src/unix/sysinfo-memory.c',
|
||||
|
Loading…
Reference in New Issue
Block a user