From a8fc02f878d47e391a067a35e1846a7bfdc87039 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Mon, 20 Nov 2023 16:12:00 +0100 Subject: [PATCH] Meson: Fix bind DNSSEC schema generation --- pdns/meson.build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pdns/meson.build b/pdns/meson.build index f44f76dd02..442e35a14b 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -137,12 +137,7 @@ if not fs.is_file(libpdns_bind_dnssec_schema_h) capture: true, ) endif -libpdns_bind_dnssec_schema = declare_dependency( - link_whole: static_library( - 'pdns-bind-dnssec-schema', - sources: [libpdns_bind_dnssec_schema_h], - ) -) +libpdns_bind_dnssec_schema = declare_dependency(sources: libpdns_bind_dnssec_schema_h) tool_libs = { 'pdns-auth': { -- 2.47.2