From 0efd3d31cb9d167779a790169c65a84da7919822 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Nov 13 2015 17:50:47 +0000 Subject: add correct arch for ppc64/ppc64le to fix build failure, it should be ppc64le-linux-gnu/ppc64-linux-gnu instead powerpc64le-linux-gnu/powerpc64-linux-gnu http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2900961 --- diff --git a/python3-powerppc-arch.patch b/python3-powerppc-arch.patch new file mode 100644 index 0000000..10f0201 --- /dev/null +++ b/python3-powerppc-arch.patch @@ -0,0 +1,30 @@ +diff -up Python-3.5.0/configure.ac.than Python-3.5.0/configure.ac +--- Python-3.5.0/configure.ac.than 2015-11-13 11:51:32.039560172 -0500 ++++ Python-3.5.0/configure.ac 2015-11-13 11:52:11.670168157 -0500 +@@ -804,9 +804,9 @@ cat >> conftest.c <> conftest.c < 3.5.0-4 +- add correct arch for ppc64/ppc64le to fix build failure + * Wed Nov 11 2015 Robert Kuska - 3.5.0-3 - Hide the private _Py_atomic_xxx symbols from public header