commit 88d1ec45d45879b6b4730ed12d64631246449144
Author: Jan RÄ™korajski <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to