lang/node: Enable debug package

requested by Mikolaj Kucharski
This commit is contained in:
volker
2024-11-08 14:33:33 +00:00
parent 01e0490f50
commit 947df20206
+3 -1
View File
@@ -14,7 +14,7 @@ DISTFILES.pledge = node-pledge-{}${PLEDGE_VER}.tar.gz
DISTNAME = node-${NODE_VERSION}
PKGNAME = ${DISTNAME:S/v//g}
EPOCH = 0
REVISION = 0
REVISION = 1
SITES.pledge = https://github.com/qbit/node-pledge/archive/
@@ -81,6 +81,8 @@ LIB_DEPENDS += archivers/brotli \
EOPENSSL_LIB = ${LOCALBASE}/lib/eopenssl33
EOPENSSL_INC = ${LOCALBASE}/include/eopenssl33
DEBUG_PACKAGES = ${BUILD_PACKAGES}
post-extract:
mv ${WRKDIR}/node-pledge-${PLEDGE_VER} \
${WRKSRC}/deps/npm/node_modules/node-pledge