From 38e1e3b10a427d631541cef5f58b95d6baf8a351 Mon Sep 17 00:00:00 2001 From: Rohit Vighne Date: Fri, 20 Jan 2023 21:19:53 -0500 Subject: [PATCH] dnsmasq: enable dnssec build option by default --- srcpkgs/dnsmasq/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/dnsmasq/template b/srcpkgs/dnsmasq/template index ce8536b96140..df39285ca940 100644 --- a/srcpkgs/dnsmasq/template +++ b/srcpkgs/dnsmasq/template @@ -16,6 +16,7 @@ system_accounts="dnsmasq" dnsmasq_homedir="/var/chroot" build_options="dnssec" +build_options_default="dnssec" desc_option_dnssec="Enable DNSSEC support via nettle" do_build() { @@ -31,6 +32,8 @@ do_install() { make PREFIX=/usr BINDIR=/usr/bin DESTDIR=${DESTDIR} install vsv dnsmasq + vsconf dnsmasq.conf.example dnsmasq.conf vconf dnsmasq.conf.example dnsmasq.conf vinstall ${FILESDIR}/dbus.conf 644 etc/dbus-1/system.d + vinstall trust-anchors.conf 644 usr/share/dnsmasq }