From: Remi Gacogne Date: Mon, 17 Feb 2025 14:03:12 +0000 (+0100) Subject: dnsdist: Only compile ipcipher if libcrypto has been found X-Git-Tag: dnsdist-2.0.0-alpha1~30^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635570b9431dcb04f27b6952ed21112ffbd88d49;p=thirdparty%2Fpdns.git dnsdist: Only compile ipcipher if libcrypto has been found --- diff --git a/pdns/dnsdistdist/meson.build b/pdns/dnsdistdist/meson.build index 3b6f42230a..0939553368 100644 --- a/pdns/dnsdistdist/meson.build +++ b/pdns/dnsdistdist/meson.build @@ -200,7 +200,6 @@ common_sources += files( src_dir / 'ednsoptions.cc', src_dir / 'ednssubnet.cc', src_dir / 'gettime.cc', - src_dir / 'ipcipher.cc', src_dir / 'iputils.cc', src_dir / 'libssl.cc', src_dir / 'misc.cc',