Date: Fri, 6 Sep 2024 15:52:46 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: df1323e023a4 - main - lua_ucl: make sure flua gets build after libucl Message-ID: <202409061552.486FqkVv036062@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=df1323e023a40dea43e65b2460ff35126b5c62e8 commit df1323e023a40dea43e65b2460ff35126b5c62e8 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-09-06 15:49:16 +0000 Commit: Baptiste Daroussin <bapt@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409061552.486FqkVv036062>