From: Nathan Cutler Date: Fri, 7 Apr 2017 04:59:13 +0000 (+0200) Subject: build/ops: rpm: move $CEPH_EXTRA_CONFIGURE_ARGS to right place X-Git-Tag: v10.2.8~84^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13606%2Fhead;p=ceph.git build/ops: rpm: move $CEPH_EXTRA_CONFIGURE_ARGS to right place Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 82b20515dbf3..f57d41570b9f 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -667,13 +667,13 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'` --without-lttng \ --without-babeltrace \ %endif - $CEPH_EXTRA_CONFIGURE_ARGS \ %if 0%{with ocf} --with-ocf \ %endif %if %{without tcmalloc} --without-tcmalloc \ %endif + $CEPH_EXTRA_CONFIGURE_ARGS \ CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %if %{with lowmem_builder}