[packages/python3/AC-branch: 1/2] enable tsc only on supported arches

glen glen at pld-linux.org
Sat Jul 28 08:55:03 CEST 2012


commit 85d91854e21dafd57aeda34f7552b0466df11766
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Jul 28 09:54:29 2012 +0300

    enable tsc only on supported arches

 python3.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/python3.spec b/python3.spec
index 4683317..0a7587a 100644
--- a/python3.spec
+++ b/python3.spec
@@ -468,7 +468,9 @@ CPPFLAGS="-I/usr/include/ncursesw %{rpmcppflags}"; export CPPFLAGS
 	--with-dbmliborder=gdbm:bdb \
 	--with-wide-unicode \
 	--with-signal-module \
+%ifarch %{ix86} %{x8664} ppc ppc64
 	--with-tsc \
+%endif
 	--with-threads \
 	--with-doc-strings \
 	--with-fpectl \


More information about the pld-cvs-commit mailing list