The branch stable/14 has been updated by bapt:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=15c15f78b1209eead6d81f54d94aa7fd1915d5eb

commit 15c15f78b1209eead6d81f54d94aa7fd1915d5eb
Author:     Baptiste Daroussin <b...@freebsd.org>
AuthorDate: 2024-09-06 15:49:16 +0000
Commit:     Baptiste Daroussin <b...@freebsd.org>
CommitDate: 2025-07-08 14:24:27 +0000

    lua_ucl: make sure flua gets build after libucl
---
 lib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile b/lib/Makefile
index 1b848ad77caa..855d7ca0279e 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -151,7 +151,7 @@ SUBDIR_DEPEND_nss_tacplus= libtacplus
 
 .if !defined(COMPAT_LIBCOMPAT)
 SUBDIR+=       flua
-SUBDIR_DEPEND_flua=    libjail
+SUBDIR_DEPEND_flua=    libjail libucl
 .endif
 
 # NB: keep these sorted by MK_* knobs

Reply via email to