]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix meson build without LMDB
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 15 Oct 2024 10:47:16 +0000 (12:47 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 28 Jan 2025 13:59:28 +0000 (14:59 +0100)
pdns/dnsdistdist/meson.build

index d5e9c3e297a4e34f8603a82ccc1b7f273ab9ee2b..b6d95622af6e06c3ea1b42f6b05730402c9d8fd4 100644 (file)
@@ -97,6 +97,8 @@ subdir('ext' / 'yahttp')
 
 if get_option('lmdb').allowed()
   subdir('ext' / 'lmdb-safe')
+else
+  dep_lmdb_safe = declare_dependency()
 endif
 
 common_sources += files(