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: v17.1.0~3022^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=893924c20d7fc0e46a47d597e437858314b396e2;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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 8642fecdcfb8..6c359cfd5267 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 \