[packages/luajit] use amalgamated build as per documentation suggestion doc/install.html

glen glen at pld-linux.org
Wed Aug 27 16:16:23 CEST 2014


commit 87827d693b670fd859eca83df033fdc9dae82db8
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Aug 27 17:15:51 2014 +0300

    use amalgamated build as per documentation suggestion doc/install.html

 luajit.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/luajit.spec b/luajit.spec
index e0c8830..1d5640c 100644
--- a/luajit.spec
+++ b/luajit.spec
@@ -2,7 +2,7 @@ Summary:	Just-in-Time compiler for Lua
 Summary(pl.UTF-8):	Kompilator JIT dla języka Lua
 Name:		luajit
 Version:	2.0.3
-Release:	1
+Release:	2
 License:	MIT
 Group:		Libraries
 # Source0Download: http://luajit.org/download.html
@@ -55,13 +55,15 @@ sed -i -e '/install -m/s/-m/-p -m/' Makefile
 %build
 # Q= - enable verbose output
 # E= @: - disable @echo messages
+# NOTE: we use amalgamated build as per documentation suggestion doc/install.html
 %{__make} \
 	CC="%{__cc}" \
 	CCOPT="%{rpmcflags} -fomit-frame-pointer" \
 	CCOPT_x86= \
 	MULTILIB=%{_lib} \
 	E="@:" \
-	Q=
+	Q= \
+	amalg
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/luajit.git/commitdiff/87827d693b670fd859eca83df033fdc9dae82db8



More information about the pld-cvs-commit mailing list