dnsdist: switch from liblua to luajit
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 20 Jun 2022 14:53:34 +0000 (16:53 +0200)
committerRosen Penev <rosenp@gmail.com>
Fri, 24 Jun 2022 18:30:21 +0000 (11:30 -0700)
commit34dc9074f9c77743674a107e19e44ca17d0ed75d
treed29e54d09f4c1b3854aec1e8aa93e1b86ebe4575
parent6c942ec7fb6fdb9eeab593106651c1b1498dfa5f
dnsdist: switch from liblua to luajit

luajit provides higher performance for requests handled in Lua hooks.
It also enables access to dnsdist functionality only exposed via FFI,
and allows configurations/hooks to call functions in any C library
without providing separate bindings.

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
(cherry picked from commit 283b269c7c0f164311b11d459953b1b34f6974cf)
net/dnsdist/Makefile