aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2025-10-04 00:52:04 +0000
committerKyle Evans <kevans@FreeBSD.org>2025-10-04 00:53:27 +0000
commit981cf36d64c48ebfa22d44ac83b6d448c2974f23 (patch)
treea140dd6bc2669190a3fbca3f16dba5adf2734f49
parentd0ff67db2908a56b2f146963bb79f1a8e6283131 (diff)
Revert "flua: don't build libjail into the bootstrap flua"
This reverts commit 31320402472394af57eb3a36bee7f944117ca0ed, because bootstrap flua is about to get backed out.
-rw-r--r--libexec/flua/Makefile4
1 files changed, 0 insertions, 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