From ecc5705ec844c614bb45a8fd44c3ba4330afb984 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 4 May 2012 15:53:42 -0400 Subject: [PATCH] reorder the %configure arguments (alphabetically) to help with python vs python3 diffs --- python3.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python3.spec b/python3.spec index 81de5ba..bfa2de4 100644 --- a/python3.spec +++ b/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