From 551717deb14bbba2882a33f2cdbe7e66404b3158 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 6 Dec 2018 13:20:06 +0100 Subject: [PATCH] auth ubuntu trusty: enable LUA records --- builder-support/debian/authoritative/ubuntu-trusty/control | 1 + builder-support/debian/authoritative/ubuntu-trusty/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/builder-support/debian/authoritative/ubuntu-trusty/control b/builder-support/debian/authoritative/ubuntu-trusty/control index 55a035a3f..2d2dc07d8 100644 --- a/builder-support/debian/authoritative/ubuntu-trusty/control +++ b/builder-support/debian/authoritative/ubuntu-trusty/control @@ -18,6 +18,7 @@ Build-Depends: autoconf, libboost-serialization-dev, libboost-test-dev, libcdb-dev, + libcurl4-openssl-dev, libgeoip-dev, libkrb5-dev, libldap2-dev, diff --git a/builder-support/debian/authoritative/ubuntu-trusty/rules b/builder-support/debian/authoritative/ubuntu-trusty/rules index dc6a41056..46654e4dd 100755 --- a/builder-support/debian/authoritative/ubuntu-trusty/rules +++ b/builder-support/debian/authoritative/ubuntu-trusty/rules @@ -27,7 +27,7 @@ override_dh_auto_configure: --enable-unit-tests \ --enable-experimental-pkcs11 \ --disable-systemd \ - --disable-lua-records + --enable-lua-records # pdns-server has a debug package override_dh_strip: -- 2.40.0