The branch main has been updated by bapt:

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

commit df1323e023a40dea43e65b2460ff35126b5c62e8
Author:     Baptiste Daroussin <b...@freebsd.org>
AuthorDate: 2024-09-06 15:49:16 +0000
Commit:     Baptiste Daroussin <b...@freebsd.org>
CommitDate: 2024-09-06 15:50:04 +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 ee5419ae0f93..8860bfeb1770 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -152,7 +152,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