databases/mongosh: Fix build with node 24.16
Recent node update made scripts/nodejs-patches/008-windows-tcp-connect-crash-fix-node-62561.patch redundant and now it fails to apply. PR: 295587 Approved by: blanket (fix build) Sponsored by: UNIS Labs
This commit is contained in:
@@ -73,6 +73,8 @@ MAKE_ENV= ${CUSTOM_ENV} \
|
||||
LINK="${CXX}"
|
||||
# CXXFLAGS+= -DNODE_API_EXPERIMENTAL \
|
||||
# -DNODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT
|
||||
EXTRACT_AFTER_ARGS= --exclude scripts/nodejs-patches/008-windows-tcp-connect-crash-fix-node-62561.patch \
|
||||
--no-same-owner --no-same-permissions
|
||||
REINPLACE_ARGS= -i ''
|
||||
|
||||
MONGO_CRYPT_VER=7.0.0
|
||||
|
||||
Reference in New Issue
Block a user