Fredrik Fornwall
52fec4c934
nodejs: Update from 8.9.1 to 8.9.2
7 years ago
Fredrik Fornwall
aceca19ea6
nodejs: Update from 8.9.0 to 8.9.1
7 years ago
Fredrik Fornwall
851c6a8fb8
nodejs: Add npm link patch and bump version
7 years ago
Fredrik Fornwall
13009b5d01
nodejs: Fix conflict with nodejs-current
7 years ago
Fredrik Fornwall
99365d01e8
nodejs: Update from 6.11.5 to 8.9.0
7 years ago
Fredrik Fornwall
f60f29e513
nodejs: Update from 6.11.4 to 6.11.5
7 years ago
Fredrik Fornwall
f316e99dac
nodejs-current: Update from 8.4.0 to 8.7.0
7 years ago
Fredrik Fornwall
ad396e43d8
nodejs: Update from 6.11.3 to 6.11.4
7 years ago
Leonid Plyushch
52741052f5
nodejs: fix hardcoded paths
7 years ago
Fredrik Fornwall
a737a40807
nodejs: Update from 6.11.2 to 6.11.3
7 years ago
Fredrik Fornwall
9179399d7a
nodejs: Update from 6.11.1 to 6.11.2
7 years ago
Fredrik Fornwall
593aadae13
nodejs: Update from 6.11.0 to 6.11.1
8 years ago
Fredrik Fornwall
d946e67c5b
Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.
We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.
Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
8 years ago
Fredrik Fornwall
1cc4027f33
nodejs: Update from 6.10.3 to 6.11.0
8 years ago
Fredrik Fornwall
be4f646f3a
nodejs: Update from 6.10.2 to 6.10.3
8 years ago
Fredrik Fornwall
6134213e77
nodejs: Update from 6.10.1 to 6.10.2
8 years ago
Fredrik Fornwall
6a3364bfc1
Use termux_error_exit
8 years ago
Fredrik Fornwall
680992ed77
nodejs: Update from 6.10.0 to 6.10.1
8 years ago
Fredrik Fornwall
2f00a6d990
nodejs: Update from 6.9.5 to 6.10.0
8 years ago
Fredrik Fornwall
41630cbaba
nodejs: Update from 6.9.4 to 6.9.5
8 years ago
Fredrik Fornwall
b0c6041dcc
nodejs: Update from 6.9.3 to 6.9.4
8 years ago
Fredrik Fornwall
f4af89ed2b
nodejs: Update from 6.9.2 to 6.9.3
8 years ago
Fredrik Fornwall
e02dc68da9
nodejs: Update from 6.9.1 to 6.9.2
8 years ago
Fredrik Fornwall
5e6e9b1416
nodejs: Update from 6.9.0 to 6.9.1
8 years ago
Fredrik Fornwall
f09efec9f9
nodejs: Update from 6.8.1 to 6.9.0
8 years ago
Fredrik Fornwall
a84a310f8b
nodejs: Update from 6.8.0 to 6.8.1
8 years ago
Fredrik Fornwall
444a75c298
nodejs: Update from 6.7.0 to 6.8.0
8 years ago
Fredrik Fornwall
bd3f32c999
nodejs: Update from 6.6.0 to 6.7.0
8 years ago
Fredrik Fornwall
7e49911aab
nodejs: Cleanup and prepare for snapshots
8 years ago
Fredrik Fornwall
96fed5a72e
nodejs: Add patch to common.gypi for -pie
8 years ago
Fredrik Fornwall
a27c409f20
nodejs: Do not use a shared libuv
Using a shared libuv for node does not work when dlopen():ing
shared libraries in node packages which uses libuv symbols
without linking to libuv explicitly, as the Android linker does
not use linked libraries on dlopen() to resolve symbols due to
historical reasons.
Fixes #462 .
8 years ago
Fredrik Fornwall
658f8ce979
nodejs: Update from 6.5.0 to 6.6.0
8 years ago
Fredrik Fornwall
b2e5e1aa5b
nodejs: Update from 6.4.0 to 6.5.0
8 years ago
Fredrik Fornwall
a37f6399c7
nodejs: Update from 6.3.1 to 6.4.0
8 years ago
Fredrik Fornwall
3f300a10fc
Setup libstdc++.so -> libgnustl_shared.so early
Let build-package.sh setup the $PREFIX/lib/libstdc++.so symlink
before building any package, to make sure that all C++ applications
link against a fully featured C++ standard library.
Avoid explicitly declaring a dependency on the libgnustl package
since everyone may link against it at will and instead mark it as
essential.
8 years ago
Fredrik Fornwall
da11efa0c6
nodejs: Update from 6.3.0 to 6.3.1
9 years ago
Fredrik Fornwall
907bf81e69
nodejs: Update from 6.2.2 to 6.3.0
9 years ago
Fredrik Fornwall
01958bf5ac
nodejs: Update from 6.2.1 to 6.2.2
9 years ago
Fredrik Fornwall
33aea6bfd3
nodejs: Update from 6.2.0 to 6.2.1
9 years ago
Fredrik Fornwall
1df225d6fc
nodejs: Update from 6.1 to 6.2
9 years ago
Fredrik Fornwall
30df3f87e0
nodejs: Update from 6.0 to 6.1
9 years ago
Fredrik Fornwall
49f47ae04c
nodejs: Disable v8 warning and set TMPDIR
9 years ago
Fredrik Fornwall
53ff4fc1a3
nodejs: Bump build revision
9 years ago
Fredrik Fornwall
928e15109f
nodejs: Cleanup and build against shared c-ares
9 years ago
Fredrik Fornwall
b01dade22d
nodejs: Link to libstdc++.so instead of stlport
9 years ago
Fredrik Fornwall
456b172e5a
nodejs: Update from 5.11 to 6.0
9 years ago
Fredrik Fornwall
126915d92f
nodejs: Update from 5.10.1 to 5.11.0
9 years ago
Fredrik Fornwall
f45321ca33
__system_property_get is now public for 64-bit
As of NDK r11 the __system_property_get is public, and
https://developer.android.com/preview/behavior-changes.html#ndk
documents it, so no need to hack around.
9 years ago
Fredrik Fornwall
5ba8453589
nodejs: Update from 5.10.0 to 5.10.1
9 years ago
Fredrik Fornwall
e86e2fc5b1
nodejs: Update from 5.9.1 to 5.10.0
9 years ago