summaryrefslogtreecommitdiff
path: root/community/luajit
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
commitd8679f0250762892ab1e1a6d71badc2e9d42a526 (patch)
tree2c5893ffb5a88532e043973210221d10ce07f808 /community/luajit
parent10cc2a54e50ad4aeffd7152937670c8673a096f9 (diff)
Sat Apr 12 03:57:05 UTC 2014
Diffstat (limited to 'community/luajit')
-rw-r--r--community/luajit/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD
index 6525b8db3..641e0fc39 100644
--- a/community/luajit/PKGBUILD
+++ b/community/luajit/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 107117 2014-03-12 18:23:14Z bpiotrowski $
+# $Id: PKGBUILD 109046 2014-04-09 19:38:52Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Chris Brannon <chris@the-brannons.com>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
@@ -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 @@ md5sums=('f14e9104be513913810cd59c8c658dc0')
build() {
cd LuaJIT-$pkgver
- make amalg PREFIX=/usr
+ CFLAGS+=' -DLUAJIT_ENABLE_LUA52COMPAT' make amalg PREFIX=/usr
}
package() {