]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: fix missing backslash for line continuation 39367/head
authorluo.runbing <luo.runbing@zte.com.cn>
Tue, 9 Feb 2021 01:18:18 +0000 (09:18 +0800)
committerluo.runbing <luo.runbing@zte.com.cn>
Tue, 9 Feb 2021 01:39:41 +0000 (09:39 +0800)
it errors while building without lua_packages:

+ -DBOOST_J=102 -DWITH_GRAFANA=ON
/var/tmp/rpm-tmp.aq2X3J: line 91: -DBOOST_J=102: command not found

Signed-off-by: luo.runbing <luo.runbing@zte.com.cn>
ceph.spec.in

index 8642fecdcfb8ec789aa42918e3e33551448d11be..6c359cfd5267d87f2567688aa46d815a25069c93 100644 (file)
@@ -1265,7 +1265,7 @@ ${CMAKE} .. \
     -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF \
 %endif
 %if 0%{without lua_packages}
-    -DWITH_RADOSGW_LUA_PACKAGES=OFF
+    -DWITH_RADOSGW_LUA_PACKAGES=OFF \
 %endif
 %if 0%{with zbd}
     -DWITH_ZBD=ON \