From 2c9ad54ed89088a293f18b4f953eaa550c947218 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Sat, 4 May 2019 19:33:10 +0200 Subject: [PATCH] p11-kit: use system ca certificates as input for trust module --- srcpkgs/p11-kit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/p11-kit/template b/srcpkgs/p11-kit/template index 28b2f3fc019615..67d233aa05ee49 100644 --- a/srcpkgs/p11-kit/template +++ b/srcpkgs/p11-kit/template @@ -1,9 +1,9 @@ # Template file for 'p11-kit' pkgname=p11-kit version=0.23.15 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--with-module-path=/usr/lib/pkcs11 --without-trust-paths" +configure_args="--with-module-path=/usr/lib/pkcs11" hostmakedepends="automake libtool pkg-config" makedepends="libtasn1-devel libffi-devel" short_desc="Provides a way to load and enumerate PKCS#11 modules"