[arch-commits] Commit in luajit/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Apr 9 19:38:35 UTC 2014


    Date: Wednesday, April 9, 2014 @ 21:38:34
  Author: bpiotrowski
Revision: 109045

upgpkg: luajit 2.0.3-2

enable more Lua 5.2 backports

Modified:
  luajit/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-09 19:27:36 UTC (rev 109044)
+++ PKGBUILD	2014-04-09 19:38:34 UTC (rev 109045)
@@ -6,7 +6,7 @@
 
 pkgname=luajit
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
 arch=('i686' 'x86_64')
 url='http://luajit.org/'
@@ -17,7 +17,7 @@
 
 build() {
   cd LuaJIT-$pkgver
-  make amalg PREFIX=/usr
+  CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
 }
 
 package() {




More information about the arch-commits mailing list