unit/auto
Valentin Bartenev f51f95fa54 Node.js: fixed global install in some cases.
By default "npm install" switches to non-privileged user to run package scripts
if it is invoked by root.  As a result it may prevent node-gyp from writing to
package directory and break installation of the module.

To disable this switching the --unsafe-perm flag is added.
2018-12-12 19:54:52 +03:00
..
cc Using compiler capability to generate dependencies. 2017-12-01 16:28:06 +03:00
echo Fixed displaying "echo" program building failure. 2017-09-22 20:13:55 +03:00
modules Node.js: fixed global install in some cases. 2018-12-12 19:54:52 +03:00
os Unit application library. 2018-08-06 17:27:33 +03:00
atomic Macros for atomic 'OR' and 'AND' operations introduced. 2017-04-21 16:55:13 +03:00
clang Using own popcount where the compiler builtin is not available. 2018-06-20 19:34:06 +03:00
events Initial version. 2017-01-17 20:00:00 +03:00
feature PHP: fixed building on MacOSX with --ld-opt= option. 2018-05-30 18:31:26 +03:00
files Initial version. 2017-01-17 20:00:00 +03:00
have Initial version. 2017-01-17 20:00:00 +03:00
help Mention of "nodejs" configure option in help. 2018-11-01 17:02:46 +03:00
make Installing libunit headers and static library. 2018-10-17 15:52:44 +03:00
malloc Checking mallopt() during configure. 2017-09-25 17:53:10 +03:00
mmap Initial version. 2017-01-17 20:00:00 +03:00
options Installing libunit headers and static library. 2018-10-17 15:52:44 +03:00
pcre Initial version. 2017-01-17 20:00:00 +03:00
save Added Node.js support. 2018-10-03 17:50:03 +03:00
sendfile Initial version. 2017-01-17 20:00:00 +03:00
shmem Added support for shm_open(SHM_ANON) extension. 2018-03-06 13:55:51 +00:00
sockets Initial version. 2017-01-17 20:00:00 +03:00
sources Removed unused "--upstream" command line option. 2018-10-23 18:55:16 +03:00
ssltls Added SSL/TLS support on connection level. 2018-09-20 15:05:37 +03:00
summary Prettier ./configure summary. 2018-11-15 21:50:00 +03:00
test_build Initial version. 2017-01-17 20:00:00 +03:00
threads Removed deprecated MacOSX OSSpinLockLock(). 2018-09-17 16:37:17 +03:00
time Better checking for shm_open() during configure. 2017-09-27 18:34:23 +03:00
types Initial version. 2017-01-17 20:00:00 +03:00
unix Added getentropy() support. 2018-07-16 13:30:11 +03:00