[packages/lua-luv] disable luajit package on unsupported archs

atler atler at pld-linux.org
Tue May 3 13:16:15 CEST 2022


commit e25837a64351569bfc24e623ec87412b90700e6b
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue May 3 13:15:41 2022 +0200

    disable luajit package on unsupported archs

 lua-luv.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/lua-luv.spec b/lua-luv.spec
index 3e5c9a6..5d84e50 100644
--- a/lua-luv.spec
+++ b/lua-luv.spec
@@ -1,6 +1,10 @@
 %bcond_without	lua51		# lua51 package
 %bcond_without	luajit		# lua51 package
 
+%ifnarch %{ix86} %{x8664} %{arm} aarch64 mips mips64 mipsel ppc
+%undefine	with_luajit
+%endif
+
 %define		real_version	1.43.0
 %global		extra_version	0
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lua-luv.git/commitdiff/e25837a64351569bfc24e623ec87412b90700e6b



More information about the pld-cvs-commit mailing list