]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - builder-support/debian/authoritative/debian-jessie/rules
auth: remove lua backend
[thirdparty/pdns.git] / builder-support / debian / authoritative / debian-jessie / rules
index 1c77133cc25d182086f2085983ca15a9263e9589..a2248701b896325d944f77b7df372d151f968cb5 100755 (executable)
@@ -4,7 +4,7 @@ DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # Backends
-backends := bind ldap pipe gmysql godbc gpgsql gsqlite3 geoip lua lua2 remote random opendbx tinydns
+backends := bind ldap pipe gmysql godbc gpgsql gsqlite3 geoip lua2 remote random opendbx tinydns
 
 # Disable systemd integration on non-linux archs
 ifeq ($(DEB_HOST_ARCH_OS),linux)