]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Fix bind DNSSEC schema generation
authorFred Morcos <fred.morcos@open-xchange.com>
Mon, 20 Nov 2023 15:12:00 +0000 (16:12 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:56 +0000 (13:28 +0100)
pdns/meson.build

index f44f76dd024916b6caa0b06860cf710cc8054661..442e35a14b7adced554f9b481cb177c611f87ce0 100644 (file)
@@ -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': {