]> git.pld-linux.org Git - packages/luajit.git/commitdiff
- build with proper runtime paths (PREFIX, MULTILIB)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Apr 2015 17:56:38 +0000 (19:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Apr 2015 17:56:38 +0000 (19:56 +0200)
- release 2

luajit.spec

index eb5d172363a5c82c1edaa27323f767d87072be7e..97a6cb861c430460a3aa707be5a37e1020ab187c 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
@@ -50,6 +50,8 @@ Statyczna biblioteka LuaJIT.
 
 %build
 %{__make} \
+       PREFIX=%{_prefix} \
+       MULTILIB=%{_lib} \
        CC="%{__cc}" \
        CCOPT="%{rpmcflags} -fomit-frame-pointer" \
        CCOPT_x86= \
This page took 0.756075 seconds and 4 git commands to generate.