]> git.pld-linux.org Git - packages/parigp.git/commitdiff
- disable asm on x32 auto/th/parigp-2.11.4-19
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Jun 2021 06:58:24 +0000 (08:58 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Jun 2021 06:58:24 +0000 (08:58 +0200)
parigp.spec

index 9ef3edb3d16fc90d5a4a313959d470ac5c837d9e..f536af9c62395e9df50e6acdaf8d98ccef75bc62 100644 (file)
@@ -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}"
This page took 0.068526 seconds and 4 git commands to generate.