aboutsummaryrefslogtreecommitdiff
path: root/extra/nodejs
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-08 02:44:09 +0300
committerCem Keylan <cem@ckyln.com>2021-08-08 02:44:09 +0300
commit6146e5fc3773b01e3696aa7e879ac39de8fa5fbc (patch)
tree48e72573fcb0e13712491e4056e3f1e3da8d1635 /extra/nodejs
parent217aa8a683c9b6d3544088bdf44756036c932be4 (diff)
downloadrepository-6146e5fc3773b01e3696aa7e879ac39de8fa5fbc.tar.gz
nodejs: fix build
Diffstat (limited to 'extra/nodejs')
-rwxr-xr-xextra/nodejs/build3
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 \