From 0a8b8b75db300b3791029f7a37f320a31ae407af Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 20 Mar 2023 16:13:45 +0000 Subject: security/p11-kit: unbreak with --auto-features=enabled meson.build:390:0: ERROR: Dependency "libsystemd" not found, tried pkgconfig PR: 270361 --- security/p11-kit/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/p11-kit') diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 3c0f87d563c1..468c29581cb3 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -23,6 +23,7 @@ CPE_VENDOR= p11-kit_project MESON_ARGS= -Dbash_completion=enabled \ -Dlibffi=enabled \ -Dnls=false \ + -Dsystemd=disabled \ -Dtrust_module=enabled \ -Dtrust_paths=${DATADIR}/certs -- cgit v1.2.3