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

Jan de Groot jgc at archlinux.org
Fri Feb 16 22:54:34 UTC 2018


    Date: Friday, February 16, 2018 @ 22:54:34
  Author: jgc
Revision: 317177

upgpkg: gnutls 3.5.18-1

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 22:40:31 UTC (rev 317176)
+++ PKGBUILD	2018-02-16 22:54:34 UTC (rev 317177)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=gnutls
-pkgver=3.5.17
+pkgver=3.5.18
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport layer"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('net-tools')
 optdepends=('guile: for use with Guile bindings')
 source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha256sums=('86b142afef587c118d63f72ccf307f3321dbc40357aae528202b65d913d20919'
+sha256sums=('ae2248d9e78747cf9c469dde81ff8f90b56838b707a0637f3f7d4eee90e80234'
             'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
               '1F42418905D8206AA754CCDC29EE58B996865171')
@@ -39,6 +39,7 @@
 	--without-idn \
 	--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