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

Andreas Radke andyrtr at archlinux.org
Tue Jul 9 12:32:52 UTC 2019


    Date: Tuesday, July 9, 2019 @ 12:32:51
  Author: andyrtr
Revision: 357425

upgpkg: gnutls 3.6.8-3

readd guile bindings - FS#61095

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-09 11:56:43 UTC (rev 357424)
+++ PKGBUILD	2019-07-09 12:32:51 UTC (rev 357425)
@@ -3,7 +3,7 @@
 
 pkgname=gnutls
 pkgver=3.6.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -12,6 +12,7 @@
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2'
          'libidn2.so' 'libunistring')
 checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
 source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${pkgname}-${pkgver}.tar.xz{,.sig})
 sha256sums=('aa81944e5635de981171772857e72be231a7e0f559ae0292d2737de475383e83'
             'SKIP')
@@ -26,7 +27,7 @@
 	--with-zlib \
 	--disable-static \
 	--with-idn \
-	--disable-guile \
+	--enable-guile --with-guile-site-dir=no \
 	--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



More information about the arch-commits mailing list