summaryrefslogtreecommitdiff
path: root/nodejs
diff options
context:
space:
mode:
Diffstat (limited to 'nodejs')
-rw-r--r--nodejs/.signature4
-rw-r--r--nodejs/Pkgfile12
2 files changed, 9 insertions, 7 deletions
diff --git a/nodejs/.signature b/nodejs/.signature
index 16a23321a..08cf92bab 100644
--- a/nodejs/.signature
+++ b/nodejs/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/XqI4iYtDdr0RjmIYaeVT36xfhz3dEr4UL5v72++m3M6HS/Z43U6fHWrqrXxeG3+xPrXgZ3V1ycdt9MJq17P1w8=
-SHA256 (Pkgfile) = 974c2cbdbe651526d1c3aa4e3223d6d31d3c0fe8161471853a485b8ea504e791
+RWSE3ohX2g5d/aywvqaSw5iKOIqRBEVejGNRj9LZb5psupiHuvdvYzKIjlO7sPCfPlqfbJhNRkQqwX84Vh3sUS8BYO4wyQZaDws=
+SHA256 (Pkgfile) = 43c6c467a478a48b218c306c5c20c5856f7b569f578a580670bc06b6f7cf2089
SHA256 (.footprint) = 42fb4509ab2ef12ca3420f757bf3e46a4c28aee2b46d13589bdcec19a5413861
SHA256 (node-v18.9.0.tar.xz) = c75cc89afead976791900accde02a7b1e7e762702f0f6fa68eaacb01984d9654
SHA256 (system-c-ares.patch) = 1ab0f849fe4fae2d295b6c60c12825d5f2c29f5b28b721916d1b550704b0f5f3
diff --git a/nodejs/Pkgfile b/nodejs/Pkgfile
index 8851f0675..5aa585501 100644
--- a/nodejs/Pkgfile
+++ b/nodejs/Pkgfile
@@ -1,8 +1,8 @@
# Description: Evented I/O for V8 javascript.
# URL: https://nodejs.org/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Depends on: openssl libuv zlib
-# Optional: brotli c-ares icu nghttp2-libs ninja
+# Depends on: libnghttp2 libuv openssl zlib
+# Optional: brotli c-ares icu
name=nodejs
version=18.9.0
@@ -17,15 +17,17 @@ build() {
prt-get isinst c-ares && PKGMK_NODEJS+=' --shared-cares'
prt-get isinst c-ares && patch -Rp1 -i $SRC/system-c-ares.patch
prt-get isinst icu && PKGMK_NODEJS+=' --with-intl=system-icu'
- prt-get isinst nghttp2-libs && PKGMK_NODEJS+=' --experimental-http-parser --shared-nghttp2'
- prt-get isinst ninja && PKGMK_NODEJS+=' --ninja'
./configure ${PKGMK_NODEJS} \
--prefix=/usr \
+ --enable-lto \
+ --ninja \
--without-npm \
--shared-libuv \
--shared-zlib \
- --shared-openssl
+ --shared-openssl \
+ --shared-nghttp2 \
+ --experimental-http-parser
make
make DESTDIR=$PKG install

Generated by cgit