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

Jan Steffens heftig at archlinux.org
Sun Sep 18 09:14:27 UTC 2011


    Date: Sunday, September 18, 2011 @ 05:14:26
  Author: heftig
Revision: 138185

work around bug in build system

Modified:
  p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-18 09:04:15 UTC (rev 138184)
+++ PKGBUILD	2011-09-18 09:14:26 UTC (rev 138185)
@@ -3,7 +3,7 @@
 
 pkgname=p11-kit
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to work with PKCS#11 modules"
 arch=(i686 x86_64)
 url="http://p11-glue.freedesktop.org"
@@ -15,7 +15,8 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --with-module-path=/usr/lib/pkcs11
   make
 }
 




More information about the arch-commits mailing list