openwrt-packages/net/pdns
James Taylor 001e30e387 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 <james@jtaylor.id.au>
2019-09-19 00:11:04 +10:00
..
files pdns: bump version to 4.2.0 2019-09-13 23:14:55 +10:00
patches pdns: bump version to 4.2.0 2019-09-13 23:14:55 +10:00
Makefile pdns: Explicitly define lua implementation 2019-09-19 00:11:04 +10:00