[packages/python-pyatspi] - fix building on x32

baggins baggins at pld-linux.org
Sat Mar 6 19:17:46 CET 2021


commit 88d1ec45d45879b6b4730ed12d64631246449144
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Mar 6 19:17:28 2021 +0100

    - fix building on x32

 python-pyatspi.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-pyatspi.spec b/python-pyatspi.spec
index bf4665c..fc1920a 100644
--- a/python-pyatspi.spec
+++ b/python-pyatspi.spec
@@ -66,8 +66,8 @@ Ten pakiet dostarcza wiązania AT-SPI dla Pythona 3.
 mkdir -p py3
 cd py3
 ../%configure \
-	--host=%{_host} \
-	--build=%{_build} \
+	--host=%{_host_alias} \
+	--build=%{_build_alias} \
 	--with-python="%{__python3}"
 %{__make}
 cd ..
@@ -77,8 +77,8 @@ cd ..
 mkdir -p py2
 cd py2
 ../%configure \
-	--host=%{_host} \
-	--build=%{_build} \
+	--host=%{_host_alias} \
+	--build=%{_build_alias} \
 	--with-python="%{__python}"
 %{__make}
 cd ..
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyatspi.git/commitdiff/88d1ec45d45879b6b4730ed12d64631246449144



More information about the pld-cvs-commit mailing list