diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-08 02:44:09 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-08 02:44:09 +0300 |
commit | 6146e5fc3773b01e3696aa7e879ac39de8fa5fbc (patch) | |
tree | 48e72573fcb0e13712491e4056e3f1e3da8d1635 /extra/nodejs | |
parent | 217aa8a683c9b6d3544088bdf44756036c932be4 (diff) | |
download | repository-6146e5fc3773b01e3696aa7e879ac39de8fa5fbc.tar.gz |
nodejs: fix build
Diffstat (limited to 'extra/nodejs')
-rwxr-xr-x | extra/nodejs/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build index 9742aeca..0ef981e1 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -1,5 +1,8 @@ #!/bin/sh -e +# shellcheck disable=3045 +ulimit -n 4096 ||: + ./configure \ --prefix=/usr \ --with-intl=none \ |