diff --git a/net/dnsdist/Makefile b/net/dnsdist/Makefile index 4d7da9ed3..ed3fc73b3 100644 --- a/net/dnsdist/Makefile +++ b/net/dnsdist/Makefile @@ -115,7 +115,7 @@ define Package/dnsdist +libedit \ +libstdcpp \ +lmdb \ - +liblua \ + +luajit \ +tinycdb URL:=https://dnsdist.org/ endef @@ -144,7 +144,7 @@ TARGET_CXX+=-std=c++17 CONFIGURE_ARGS+= \ --with-pic \ - --with-lua=lua \ + --with-lua=luajit \ $(if $(CONFIG_DNSDIST_SODIUM),--enable-dnscrypt --with-libsodium,--disable-dnscrypt --without-libsodium) \ $(if $(CONFIG_DNSDIST_DNSTAP),--enable-dnstap=yes,--enable-dnstap=no) \ $(if $(CONFIG_DNSDIST_RE2),--with,--without)-re2 \