Date: Wednesday, April 1, 2015 @ 10:12:34
Author: heftig
Revision: 235317
Set p11-kit as default trust store. Only seems to affect the CLI apps and not
the library; users of gnutls need to be changed as well
Modified:
gnutls/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-01 07:30:18 UTC (rev 235316)
+++ PKGBUILD 2015-04-01 08:12:34 UTC (rev 235317)
@@ -26,7 +26,8 @@
./configure --prefix=/usr \
--with-zlib \
--disable-static \
- --enable-guile --with-guile-site-dir=no
+ --enable-guile --with-guile-site-dir=no \
+
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
make
}