Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 16:14:49 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0a8b8b75db30 - main - security/p11-kit: unbreak with --auto-features=enabled
Message-ID:  <202303201614.32KGEnNG037679@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a8b8b75db300b3791029f7a37f320a31ae407af

commit 0a8b8b75db300b3791029f7a37f320a31ae407af
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 16:13:45 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 16:14:16 +0000

    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(+)

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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303201614.32KGEnNG037679>