From: Fred Morcos Date: Mon, 20 Nov 2023 15:12:00 +0000 (+0100) Subject: Meson: Fix bind DNSSEC schema generation X-Git-Tag: rec-5.1.0-alpha1~80^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8fc02f878d47e391a067a35e1846a7bfdc87039;p=thirdparty%2Fpdns.git Meson: Fix bind DNSSEC schema generation --- 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': {