Skip to content

Commit 65eb132

Browse files
author
riastradh
committed
lang/nodejs: Needs libuv>=1.49 for UV_TCP_REUSEPORT.
No revbump because this simply didn't build without libuv>=1.49.
1 parent aa56b0a commit 65eb132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/nodejs/Makefile.common

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile.common,v 1.59 2024/11/26 12:09:49 wiz Exp $
1+
# $NetBSD: Makefile.common,v 1.60 2024/11/27 21:59:55 riastradh Exp $
22
# used by lang/nodejs/Makefile
33
# used by lang/nodejs18/Makefile
44
# used by lang/nodejs20/Makefile
@@ -87,7 +87,7 @@ paxctl:
8787
.include "../../devel/libexecinfo/buildlink3.mk"
8888
.endif
8989
.include "../../archivers/brotli/buildlink3.mk"
90-
BUILDLINK_API_DEPENDS.libuv+= libuv>=1.41
90+
BUILDLINK_API_DEPENDS.libuv+= libuv>=1.49
9191
.include "../../devel/libuv/buildlink3.mk"
9292
.include "../../devel/zlib/buildlink3.mk"
9393
.include "../../lang/nodejs/application.mk"

0 commit comments

Comments
 (0)