]> git.pld-linux.org Git - packages/luajit.git/commitdiff
use amalgamated build as per documentation suggestion doc/install.html auto/th/luajit-2.0.3-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 27 Aug 2014 14:15:51 +0000 (17:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 27 Aug 2014 14:16:15 +0000 (17:16 +0300)
luajit.spec

index e0c88305bcc546d49e6fff8d07b0fcbac02366bf..1d5640cc1dae4063b9e723541597507a66ac1bf1 100644 (file)
@@ -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
This page took 0.044287 seconds and 4 git commands to generate.