From: Arkadiusz Miƛkiewicz Date: Tue, 27 Dec 2016 22:17:30 +0000 (+0100) Subject: - drop obsolete --with-signal-module and --with-tsc options X-Git-Tag: auto/th/python3-3.6.0-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython3.git;a=commitdiff_plain;h=94e6cfa - drop obsolete --with-signal-module and --with-tsc options --- diff --git a/python3.spec b/python3.spec index 4f828d5..79f9300 100644 --- a/python3.spec +++ b/python3.spec @@ -524,14 +524,10 @@ fi --without-ensurepip \ --with-fpectl \ %{?with_debug:--with-pydebug} \ - --with-signal-module \ --with-system-expat \ --with-system-ffi \ %{?with_system_mpdecimal:--with-system-libmpdec} \ - --with-threads \ -%ifarch %{ix86} %{x8664} ppc ppc64 - --with-tsc -%endif + --with-threads %{__make} 2>&1 | awk ' BEGIN { fail = 0; logmsg = ""; }