From f8aa6be06cc628b1cf64c9196c30045d020d657e Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 7 Apr 2017 06:59:13 +0200 Subject: [PATCH] build/ops: rpm: move $CEPH_EXTRA_CONFIGURE_ARGS to right place Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.47.3