From 893924c20d7fc0e46a47d597e437858314b396e2 Mon Sep 17 00:00:00 2001 From: "luo.runbing" Date: Tue, 9 Feb 2021 09:18:18 +0800 Subject: [PATCH] ceph.spec.in: fix missing backslash for line continuation 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 --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 8642fecdcfb8e..6c359cfd5267d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 \