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

Andreas Radke andyrtr at archlinux.org
Tue Jun 8 20:12:05 UTC 2021


    Date: Tuesday, June 8, 2021 @ 20:12:05
  Author: andyrtr
Revision: 417508

upgpkg: gnutls 3.7.2-2: don't hardcode p11-kit-trust.so - FS#71182

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 20:00:12 UTC (rev 417507)
+++ PKGBUILD	2021-06-08 20:12:05 UTC (rev 417508)
@@ -3,7 +3,7 @@
 
 pkgname=gnutls
 pkgver=3.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -25,7 +25,7 @@
 	--with-idn \
 	--enable-openssl-compatibility \
 	--enable-guile --with-guile-site-dir=no \
-	--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+	--with-default-trust-store-pkcs11="pkcs11:"
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list