]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: drop MY_CONF_OPTS 6190/head
authorNathan Cutler <ncutler@suse.com>
Wed, 7 Oct 2015 15:32:27 +0000 (17:32 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 7 Oct 2015 15:32:27 +0000 (17:32 +0200)
http://tracker.ceph.com/issues/13402 Fixes: #13402

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 5dd20ade380feeea7c15a98c808af659c86eb9cf..cbd527b1085d9ac48299ce430c86251ccc741975 100644 (file)
@@ -542,9 +542,6 @@ done
 %endif
 
 ./autogen.sh
-MY_CONF_OPT="$CEPH_EXTRA_CONFIGURE_ARGS"
-
-MY_CONF_OPT="$MY_CONF_OPT --with-radosgw"
 
 %if %{with lowmem_builder}
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS --param ggc-min-expand=20 --param ggc-min-heapsize=32768"
@@ -581,7 +578,8 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
                --with-rgw-user=wwwrun \
                --with-rgw-group=www \
 %endif
-               $MY_CONF_OPT \
+               --with-radosgw \
+               $CEPH_EXTRA_CONFIGURE_ARGS \
                %{?_with_ocf} \
                %{?_with_tcmalloc} \
                CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"