Skip to content
Snippets Groups Projects
Commit 1a43f43d authored by Timo Teräs's avatar Timo Teräs
Browse files

main/lua5.3: fix compatibility options

parent 4e6848e0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=lua5.3
pkgver=5.3.0
_luaver=${pkgname#lua}
pkgrel=4
pkgrel=5
pkgdesc="Powerful light-weight programming language"
url="http://www.lua.org/"
arch="all"
......@@ -52,7 +52,7 @@ build() {
|| return 1
cd src
make V=${pkgver%.*} \
CFLAGS=" -DLUA_USE_LINUX -DLUA_COMPAT_ALL -DLUA_USE_LINENOISE" \
CFLAGS="-DLUA_USE_LINUX -DLUA_COMPAT_5_2 -DLUA_USE_LINENOISE" \
SYSLDFLAGS="$LDFLAGS" \
RPATH="/usr/lib" \
LIB_LIBS="-lpthread -lm -ldl -llinenoise" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment