From: Fred Morcos Date: Thu, 28 Sep 2023 20:03:41 +0000 (+0200) Subject: Meson: Don't build sqlite3 support as part of libpdns base X-Git-Tag: rec-5.1.0-alpha1~80^2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061c3678693a1d10e9660bea5e471e7eccc269ed;p=thirdparty%2Fpdns.git Meson: Don't build sqlite3 support as part of libpdns base --- diff --git a/pdns/meson.build b/pdns/meson.build index 3c20120a40..dadb99737f 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -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,