[arch-commits] Commit in lib32-p11-kit/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Nov 14 09:02:21 UTC 2014
Date: Friday, November 14, 2014 @ 10:02:20
Author: heftig
Revision: 122544
FS#41909
Modified:
lib32-p11-kit/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-11-14 08:49:29 UTC (rev 122543)
+++ PKGBUILD 2014-11-14 09:02:20 UTC (rev 122544)
@@ -5,7 +5,7 @@
_pkgbasename=p11-kit
pkgname=lib32-$_pkgbasename
pkgver=0.22.1
-pkgrel=1
+pkgrel=2
pkgdesc="Library to work with PKCS#11 modules (32-bit)"
arch=(x86_64)
url="http://p11-glue.freedesktop.org"
@@ -23,7 +23,8 @@
cd "$srcdir/$_pkgbasename-$pkgver"
./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
- --with-module-path=/usr/lib32/pkcs11
+ --with-module-path=/usr/lib32/pkcs11 \
+ --with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
make
}
More information about the arch-commits
mailing list