]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: restore Lua scripting support for RGW 41152/head
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 4 May 2021 16:09:45 +0000 (12:09 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Tue, 4 May 2021 16:09:45 +0000 (12:09 -0400)
commitbbe461bb741016a94167e369f1b6c8772ad48187
tree39509cceaead9dd8dc000bf6cc16a24e5d35c389
parent7e70b15c437a2fbe207b515a98b8b21880980867
cmake: restore Lua scripting support for RGW

RGW linkage with Lua was broken by the following commit:

commit 7471fbfa4bf015c972c0e577da2a1ee87f62adfd
Author: Kefu Chai <kchai@redhat.com>
Date:   Mon Apr 26 22:44:16 2021 +0800

    cmake: require lua if WITH_CEPHFS is enabled

    in src/mds/Mantle.cc, the lua C binding APIs are used, so we should only
    require lua if WITH_CEPHFS is enabled.

Signed-off-by: Kefu Chai <kchai@redhat.com>
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/CMakeLists.txt