pdns: Explicitly define lua implementation
authorJames Taylor <redacted>
Wed, 18 Sep 2019 14:11:04 +0000 (00:11 +1000)
committerJames Taylor <redacted>
Wed, 18 Sep 2019 14:11:04 +0000 (00:11 +1000)
commit001e30e3878503c2d849bd79616b555f3b0bfe76
tree534db82732a39ef2480fd21d380de8306ecd68f0
parente5765ce68562d0ba4abd4f00b53e9945fa9c82cc
pdns: Explicitly define lua implementation

Compile Tested: yes, selects lua as implementation and doesn't pick up luajit
Run Tested: no, minor change

Maintainer: me

Description:
On some architectures PowerDNS was preferring Luajit over Lua, which wasn't added
as a dependency. On previous versions this was controlled by passing `--with-lua`
and `--without-luajit` however this isn't functional anymore.

On the 4.2 series, it is instead possible to define the lua implementation to be
used by passing `--with-lua=[implementation]` ie `--with-lua=lua`

Signed-off-by: James Taylor <redacted>
net/pdns/Makefile
git clone https://git.99rst.org/PROJECT