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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat May 31 14:00:55 UTC 2014


    Date: Saturday, May 31, 2014 @ 16:00:55
  Author: bpiotrowski
Revision: 112331

upgpkg: luajit 2.0.3-3

remove -DLUAJIT_ENABLE_LUA52COMPAT to keep Mari0 working (FS#40601)

Modified:
  luajit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-31 13:57:23 UTC (rev 112330)
+++ PKGBUILD	2014-05-31 14:00:55 UTC (rev 112331)
@@ -6,7 +6,7 @@
 
 pkgname=luajit
 pkgver=2.0.3
-pkgrel=2
+pkgrel=3
 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
-  CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
+  make amalg PREFIX=/usr
 }
 
 package() {




More information about the arch-commits mailing list