reorder the %configure arguments (alphabetically) to help with python vs python3 diffs

This commit is contained in:
David Malcolm 2012-05-04 15:53:42 -04:00
parent 8cb91f09ce
commit ecc5705ec8
1 changed files with 5 additions and 5 deletions

View File

@ -736,20 +736,20 @@ BuildPython() {
%configure \
--enable-ipv6 \
--with-wide-unicode \
--enable-shared \
--with-computed-gotos=%{with_computed_gotos} \
--with-dbmliborder=gdbm:ndbm:bdb \
--with-system-expat \
--with-system-ffi \
--with-wide-unicode \
%if 0%{?with_systemtap}
--with-dtrace \
--with-tapset-install-dir=%{tapsetdir} \
%endif
--with-system-ffi \
%if 0%{?with_valgrind}
--with-valgrind \
%endif
--with-system-expat \
--with-dbmliborder=gdbm:ndbm:bdb \
$ExtraConfigArgs \
--with-computed-gotos=%{with_computed_gotos} \
%{nil}
# Set EXTRA_CFLAGS to our CFLAGS (rather than overriding OPT, as we've done