]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Don't build sqlite3 support as part of libpdns base
authorFred Morcos <fred.morcos@open-xchange.com>
Thu, 28 Sep 2023 20:03:41 +0000 (22:03 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:51 +0000 (13:28 +0100)
pdns/meson.build

index 3c20120a4066f7a4dd4f4f4975f4763561d89a91..dadb99737f9701f7dc18f33ec2837a5e4320e565 100644 (file)
@@ -434,10 +434,6 @@ libpdns_auth_sources = [
   'secpoll-auth.cc',
 ]
 
-if get_variable('dep_sqlite3', dependency('', required: false)).found()
-  libpdns_auth_sources += 'ssqlite3.cc'
-endif
-
 libpdns_auth = declare_dependency(
   link_whole: static_library(
     'pdns-auth',
@@ -449,7 +445,6 @@ libpdns_auth = declare_dependency(
       'auth-querycache.hh',
       'auth-zonecache.hh',
       'secpoll-auth.hh',
-      'ssqlite3.hh',
     ],
     dependencies: [
       deps,