]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build/ops: rpm: move $CEPH_EXTRA_CONFIGURE_ARGS to right place 13606/head
authorNathan Cutler <ncutler@suse.com>
Fri, 7 Apr 2017 04:59:13 +0000 (06:59 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 7 Apr 2017 05:05:20 +0000 (07:05 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 82b20515dbf388232e2f17bb50f265963b17b14e..f57d41570b9f68106ca51391351991c71749a879 100644 (file)
@@ -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}