From 87827d693b670fd859eca83df033fdc9dae82db8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 27 Aug 2014 17:15:51 +0300 Subject: [PATCH] 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 -- 2.44.0