nodejs ver. bump

This commit is contained in:
Rmys
2021-07-09 16:43:41 +03:00
committed by GitHub
parent 25c8bea7fe
commit 2c8e6a0d26
2 changed files with 23 additions and 7 deletions
+6 -3
View File
@@ -17,8 +17,11 @@ shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j2"))
def setup():
autotools.rawConfigure("--prefix=/usr \
--with-intl=system-icu \
--shared-openssl")
--shared-libuv \
--shared-openssl \
--shared-nghttp2 \
--shared-zlib \
--with-intl=system-icu")
def build():
autotools.make()
@@ -26,4 +29,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README*")
pisitools.dodoc("AUTHORS", "README*")