From 63183718604b396b356de5e68cf13b4d782b0f20 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 19 Jun 2025 09:01:38 +0200 Subject: [PATCH] dnsdist meson: followup to #15685 to avoid compiler warnings Signed-off-by: Otto Moerbeek --- pdns/dnsdistdist/meson/libcrypto/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/meson/libcrypto/meson.build b/pdns/dnsdistdist/meson/libcrypto/meson.build index 3df544eb22..85d1348da2 100644 --- a/pdns/dnsdistdist/meson/libcrypto/meson.build +++ b/pdns/dnsdistdist/meson/libcrypto/meson.build @@ -44,8 +44,7 @@ if not dep_libcrypto.found() have = cxx.has_header(dir / 'include/openssl/crypto.h') if have dep_libcrypto = declare_dependency( - compile_args: ['-L' + dir / 'lib'], - link_args: ['-lcrypto'], + link_args: ['-L' + dir / 'lib', '-lcrypto'], include_directories: include_directories(dir / 'include', is_system: false), ) break -- 2.47.2