From 5b5f8f8b9aef405cdc42771e7876988d5aefb51e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 2 Nov 2023 15:57:10 +0100 Subject: firewall: make libiptc dependency a dlopen() one --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 43a87407b0..e33af4c6c7 100644 --- a/meson.build +++ b/meson.build @@ -1288,6 +1288,7 @@ conf.set10('HAVE_LIBIDN2', have) libiptc = dependency('libiptc', required : get_option('libiptc')) conf.set10('HAVE_LIBIPTC', libiptc.found()) +libiptc_cflags = libiptc.partial_dependency(includes: true, compile_args: true) libqrencode = dependency('libqrencode', version : '>= 3', -- cgit v1.2.3