reorder the %configure arguments (alphabetically) to help with python vs python3 diffs
This commit is contained in:
parent
8cb91f09ce
commit
ecc5705ec8
10
python3.spec
10
python3.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user