Files
gentoo/sys-cluster/ceph/files/ceph-20.1.1-always-lua.patch
Andreas Sturmlechner 0692a50807 sys-cluster/ceph: Fix build w/ USE="-cephfs -radosgw"
Closes: https://bugs.gentoo.org/934599
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2026-02-19 01:24:01 +01:00

12 lines
217 B
Diff

--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -628,7 +628,7 @@
add_subdirectory(global)
# RGW also support Lua scripting
-if(WITH_CEPHFS OR WITH_RADOSGW)
+if(1)
find_package(Lua 5.3 REQUIRED)
endif()