git: a669910579c2 - main - devel/uv: Fix the issue wjem libzstd.so not found when uv is run at system start

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 22 Aug 2025 15:26:59 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a669910579c2f6468dd064f6076652cc412c923e

commit a669910579c2f6468dd064f6076652cc412c923e
Author:     Michael Osipov <michaelo@UKNKNOWN>
AuthorDate: 2025-08-22 15:23:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-22 15:26:57 +0000

    devel/uv: Fix the issue wjem libzstd.so not found when uv is run at system start
    
    Differential Revision:  https://reviews.freebsd.org/D51802
---
 devel/uv/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/uv/Makefile b/devel/uv/Makefile
index 8730516df940..af133f96dafd 100644
--- a/devel/uv/Makefile
+++ b/devel/uv/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	uv
 DISTVERSION=	0.8.3
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -29,6 +30,8 @@ GH_ACCOUNT=	astral-sh
 OPENSSLINC=	/usr/include
 OPENSSLLIB=	/usr/lib
 
+RUSTFLAGS+=	-C link-args=-Wl,-rpath=${LOCALBASE}/lib
+
 PROGS=		uv uvx
 
 PLIST_FILES=	${PROGS:S/^/bin\//}