[arch-commits] Commit in p11-kit/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Nov 14 09:02:14 UTC 2014


    Date: Friday, November 14, 2014 @ 10:02:14
  Author: heftig
Revision: 226217

FS#41909

Modified:
  p11-kit/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-14 09:02:03 UTC (rev 226216)
+++ PKGBUILD	2014-11-14 09:02:14 UTC (rev 226217)
@@ -3,7 +3,7 @@
 
 pkgname=p11-kit
 pkgver=0.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to work with PKCS#11 modules"
 arch=(i686 x86_64)
 url="http://p11-glue.freedesktop.org"
@@ -16,7 +16,8 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-    --with-module-path=/usr/lib/pkcs11
+    --with-module-path=/usr/lib/pkcs11 \
+    --with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make
 }
 



More information about the arch-commits mailing list