Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Kahn Gillmor
Knot DNS Resolver
Commits
76a2b756
Commit
76a2b756
authored
Jan 10, 2016
by
Marek Vavrusa
Browse files
scripts: moved LuaJIT to Github, updated deckard
parent
f474ee26
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/bootstrap-depends.sh
View file @
76a2b756
...
...
@@ -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
=
"
v
2.1.0-beta1"
LUA_URL
=
"http
s
://
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment