git: 981cf36d64c4 - main - Revert "flua: don't build libjail into the bootstrap flua"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Oct 2025 00:53:36 UTC
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=981cf36d64c48ebfa22d44ac83b6d448c2974f23 commit 981cf36d64c48ebfa22d44ac83b6d448c2974f23 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2025-10-04 00:52:04 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2025-10-04 00:53:27 +0000 Revert "flua: don't build libjail into the bootstrap flua" This reverts commit 31320402472394af57eb3a36bee7f944117ca0ed, because bootstrap flua is about to get backed out. --- libexec/flua/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libexec/flua/Makefile b/libexec/flua/Makefile index 0d1841f8c3bd..b43b31298205 100644 --- a/libexec/flua/Makefile +++ b/libexec/flua/Makefile @@ -9,11 +9,7 @@ FLUA_MODULES+= lfbsd FLUA_MODULES+= lfs FLUA_MODULES+= libhash -.ifndef BOOTSTRAPPING -# Bootstrap flua can't usefully do anything with libjail anyways, because it -# can't assume it's being run on a system that even supports jails. FLUA_MODULES+= libjail -.endif FLUA_MODULES+= libucl FLUA_MODULES+= liblyaml FLUA_MODULES+= lposix