Skip to content

Commit

Permalink
lang/nodejs: Needs libuv>=1.49 for UV_TCP_REUSEPORT.
Browse files Browse the repository at this point in the history
No revbump because this simply didn't build without libuv>=1.49.
  • Loading branch information
riastradh committed Nov 27, 2024
1 parent aa56b0a commit 65eb132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/nodejs/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.59 2024/11/26 12:09:49 wiz Exp $
# $NetBSD: Makefile.common,v 1.60 2024/11/27 21:59:55 riastradh Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs18/Makefile
# used by lang/nodejs20/Makefile
Expand Down Expand Up @@ -87,7 +87,7 @@ paxctl:
.include "../../devel/libexecinfo/buildlink3.mk"
.endif
.include "../../archivers/brotli/buildlink3.mk"
BUILDLINK_API_DEPENDS.libuv+= libuv>=1.41
BUILDLINK_API_DEPENDS.libuv+= libuv>=1.49
.include "../../devel/libuv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/nodejs/application.mk"
Expand Down

0 comments on commit 65eb132

Please sign in to comment.