mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-30 08:48:07 -07:00
Closes: https://bugs.gentoo.org/934599 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
12 lines
217 B
Diff
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()
|
|
|