[packages/parigp] - disable asm on x32

qboosh qboosh at pld-linux.org
Sun Jun 27 08:55:46 CEST 2021


commit 618f308c72e9db6c186a320bd7bcdbae022df2ed
Author: Jakub Bogusz <qboosh at pld-linux.org>
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



More information about the pld-cvs-commit mailing list