[packages/python3] - fix build on i686
arekm
arekm at pld-linux.org
Fri Dec 23 14:36:59 CET 2016
commit 9ee43785fae03eec39ed82a1cafdad85fda13848
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Dec 23 14:36:52 2016 +0100
- fix build on i686
python3.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python3.spec b/python3.spec
index cb8732f..4f828d5 100644
--- a/python3.spec
+++ b/python3.spec
@@ -18,7 +18,7 @@
%define py_ver 3.6
%define py_abi %{py_ver}m
-%define py_platform %{py_abi}-%{_host_cpu}-%{_host_os}%{?_gnu}
+%define py_platform %{py_abi}-%{_target_base_arch}-%{_target_os}%{?_gnu}
%define py_prefix %{_prefix}
%define py_libdir %{py_prefix}/%{_lib}/python%{py_ver}
%define py_incdir %{_includedir}/python%{py_abi}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/9ee43785fae03eec39ed82a1cafdad85fda13848
More information about the pld-cvs-commit
mailing list