commit 618f308c72e9db6c186a320bd7bcdbae022df2ed
Author: Jakub Bogusz <[email protected]>
Date:   Sun Jun 27 08:58:24 2021 +0200

    - disable asm on x32

 parigp.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/parigp.spec b/parigp.spec
index 9ef3edb..f536af9 100644
--- a/parigp.spec
+++ b/parigp.spec
@@ -239,7 +239,10 @@ cp -f ../Olinux-%{_target_cpu}/paricfg.h libPARI/paricfg.h
 echo '#define DL_DFLT_NAME NULL' >>libPARI/paricfg.h
 
 %{__perl} Makefile.PL \
-       INSTALLDIRS=vendor
+       INSTALLDIRS=vendor \
+%ifarch x32
+       machine=none
+%endif
 
 %{__make} \
        OPTIMIZE="%{rpmcflags} -I$(pwd)/../Olinux-%{_target_cpu}"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/parigp.git/commitdiff/618f308c72e9db6c186a320bd7bcdbae022df2ed

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

Reply via email to