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

Jan Steffens heftig at archlinux.org
Fri Sep 26 06:35:30 UTC 2014


    Date: Friday, September 26, 2014 @ 08:35:30
  Author: heftig
Revision: 223027

rebuild for the test set in http://pkgbuild.com/~heftig/certs

Modified:
  p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-26 06:34:27 UTC (rev 223026)
+++ PKGBUILD	2014-09-26 06:35:30 UTC (rev 223027)
@@ -3,7 +3,7 @@
 
 pkgname=p11-kit
 pkgver=0.20.7
-pkgrel=3
+pkgrel=4
 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