[packages/libpeas] Disable luajit on x32. Release 4

megabajt megabajt at pld-linux.org
Sun May 10 14:06:09 CEST 2015


commit fe77c4280aa2da6666a5f6424e7ce6b33a4b79ae
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Sun May 10 14:05:35 2015 +0200

    Disable luajit on x32. Release 4

 libpeas.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/libpeas.spec b/libpeas.spec
index 2f9681f..a423b4f 100644
--- a/libpeas.spec
+++ b/libpeas.spec
@@ -5,11 +5,16 @@
 %bcond_without	static_libs	# don't build static libraries
 %bcond_without	glade		# don't package glade catalog file
 
+# luajit is not supported on x32
+%ifarch x32
+%undefine	with_luajit
+%endif
+
 Summary:	GObject Plugin System
 Summary(pl.UTF-8):	System wtyczek GObject
 Name:		libpeas
 Version:	1.14.0
-Release:	3
+Release:	4
 License:	LGPL v2
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/libpeas/1.14/%{name}-%{version}.tar.xz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libpeas.git/commitdiff/fe77c4280aa2da6666a5f6424e7ce6b33a4b79ae



More information about the pld-cvs-commit mailing list