From: Fred Morcos Date: Fri, 24 Nov 2023 11:38:29 +0000 (+0100) Subject: Meson: ipcipher is conditionally built by #ifdefs X-Git-Tag: rec-5.1.0-alpha1~80^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ec3c3a3aeb346d95b0d870b3a8dfe2990f8945;p=thirdparty%2Fpdns.git Meson: ipcipher is conditionally built by #ifdefs --- diff --git a/pdns/meson.build b/pdns/meson.build index cafb150efc..7f59762f23 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -166,11 +166,6 @@ conditional_sources = { 'sources': ['lua-record.cc'], 'condition': dep_lua_records.found(), }, - 'ipcipher': { - 'sources': ['ipcipher.cc'], - 'headers': ['ipcipher.hh'], - 'condition': enable_ipcipher, - }, 'lua-base4': { 'sources': ['lua-base4.cc'], 'headers': ['lua-base4.hh'],