]> git.ipfire.org Git - thirdparty/pdns.git/commit
Re-do Lua detection 6445/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 4 Apr 2018 16:31:37 +0000 (18:31 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 5 Apr 2018 08:48:37 +0000 (10:48 +0200)
commit026090e8986e5d5158d54410f1ae3a97bd9e34db
tree246f67c0aea6cee7cc85a15e103c75add9ede755
parentdb776303233d23f78304d57389d4882d12b3e90e
Re-do Lua detection

Detect LuaJIT first, then other implementations. Allows setting
`--with-lua` to a specific implementation as well (e.g. `lua51`). Will
produce errors appropriately.

Fixes #6423.
14 files changed:
build-scripts/build-auth-rpm
build-scripts/build-dnsdist-rpm
build-scripts/build-recursor-rpm
build-scripts/debian-authoritative/rules
build-scripts/debian-dnsdist/rules
build-scripts/debian-recursor/rules
configure.ac
m4/pdns_check_lua_hpp.m4
m4/pdns_with_lua.m4
m4/pdns_with_luajit.m4 [deleted file]
pdns/dnsdistdist/configure.ac
pdns/dnsdistdist/m4/pdns_with_luajit.m4 [deleted symlink]
pdns/recursordist/configure.ac
pdns/recursordist/m4/pdns_with_luajit.m4 [deleted symlink]