From: luo.runbing Date: Tue, 9 Feb 2021 01:18:18 +0000 (+0800) Subject: ceph.spec.in: fix missing backslash for line continuation X-Git-Tag: v16.2.0~187^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b66741ed69851f3046a2c939f356a39f852abe2d;p=ceph.git 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 (cherry picked from commit 893924c20d7fc0e46a47d597e437858314b396e2) --- diff --git a/ceph.spec.in b/ceph.spec.in index 2482328d3d9..9c0f2a79b33 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1262,7 +1262,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 \