]> git.pld-linux.org Git - packages/python3.git/commitdiff
- drop obsolete --with-signal-module and --with-tsc options
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Dec 2016 22:17:30 +0000 (23:17 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Dec 2016 22:17:30 +0000 (23:17 +0100)
python3.spec

index 4f828d5b7e1c7c04f0475c779a73cedc1fe5f85c..79f9300fc263b1f0045ad81474faa51d5cadcce6 100644 (file)
@@ -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 = ""; }
This page took 0.240305 seconds and 4 git commands to generate.