Skip to content
Snippets Groups Projects
Commit 76a2b756 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

scripts: moved LuaJIT to Github, updated deckard

parent f474ee26
Branches
Tags
No related merge requests found
......@@ -15,8 +15,8 @@ NETTLE_TAG="2.7.1"
NETTLE_URL="https://ftp.gnu.org/gnu/nettle/nettle-${NETTLE_TAG}.tar.gz"
GNUTLS_TAG="3.3.12"
GNUTLS_URL="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-${GNUTLS_TAG}.tar.xz"
LUA_TAG="2.1.0-beta1"
LUA_URL="http://luajit.org/download/LuaJIT-${LUA_TAG}.tar.gz"
LUA_TAG="v2.1.0-beta1"
LUA_URL="https://github.com/LuaJIT/LuaJIT.git"
HIREDIS_TAG="v0.13.3"
HIREDIS_URL="https://github.com/redis/hiredis.git"
LIBMEMCACHED_TAG="1.0.18"
......@@ -110,7 +110,6 @@ pkg libknot ${KNOT_URL} ${KNOT_TAG} include/libknot \
pkg cmocka ${CMOCKA_URL} ${CMOCKA_TAG} include/cmocka.h
pkg libuv ${LIBUV_URL} ${LIBUV_TAG} include/uv.h --disable-static
pkg lua ${LUA_URL} ${LUA_TAG} lib/pkgconfig/luajit.pc install BUILDMODE=dynamic LDFLAGS=-lm PREFIX=${PREFIX}
cat build.log
# remove on successful build
rm -rf ${BUILD_DIR}
deckard @ b1e3c922
Subproject commit 2e2feeb910f2092f4e24413405bb8f7e90fbb5d2
Subproject commit b1e3c922bdf7e6f47c499ee6c69f07786b68582a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment