From 94e6cfa282be8a34868ff59456d97021d716d47d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 27 Dec 2016 23:17:30 +0100 Subject: [PATCH] - drop obsolete --with-signal-module and --with-tsc options --- python3.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 = ""; } -- 2.44.0