summaryrefslogtreecommitdiff
path: root/www/node24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/node24/Makefile')
-rw-r--r--www/node24/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/node24/Makefile b/www/node24/Makefile
index 4c2ec9be4a7b..618a13526753 100644
--- a/www/node24/Makefile
+++ b/www/node24/Makefile
@@ -22,6 +22,7 @@ BUILD_DEPENDS= objdump:devel/binutils
LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
libcares.so:dns/c-ares \
libicui18n.so:devel/icu \
+ libllhttp.so:www/llhttp \
libnghttp2.so:www/libnghttp2 \
libnghttp3.so:www/libnghttp3 \
libngtcp2.so:net/libngtcp2 \
@@ -29,16 +30,18 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
libuv.so:devel/libuv \
libzstd.so:archivers/zstd
-USES= compiler:c++11-lang gmake localbase pkgconfig python:build shebangfix tar:xz
+USES= compiler:c++11-lang gmake localbase pkgconfig python:build shebangfix sqlite tar:xz
CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \
--shared-brotli \
--shared-cares \
+ --shared-http-parser \
--shared-libuv \
--shared-nghttp2 \
--shared-nghttp3 \
--shared-ngtcp2 \
--shared-simdjson \
+ --shared-sqlite \
--shared-zlib \
--shared-zstd \
--with-intl=system-icu \
@@ -83,10 +86,13 @@ post-patch:
# Clean up bundled libraries
@${RM} -r ${WRKSRC}/deps/brotli/
@${RM} -r ${WRKSRC}/deps/cares/
+ @${RM} -r ${WRKSRC}/deps/icu-small/
+ @${RM} -r ${WRKSRC}/deps/llhttp/
@${RM} -r ${WRKSRC}/deps/nghttp2/
@${RM} -r ${WRKSRC}/deps/ngtcp2/
@${RM} -r ${WRKSRC}/deps/npm/
@${RM} -r ${WRKSRC}/deps/simdjson/
+ @${RM} -r ${WRKSRC}/deps/sqlite/
@${RM} -r ${WRKSRC}/deps/uv/
@${RM} -r ${WRKSRC}/deps/zlib/
@${RM} -r ${WRKSRC}/deps/zstd/