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

Evangelos Foutras foutrelis at archlinux.org
Wed Mar 2 20:02:49 UTC 2016


    Date: Wednesday, March 2, 2016 @ 21:02:49
  Author: foutrelis
Revision: 164241

Use GnuTLS for SSL support

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-02 19:40:06 UTC (rev 164240)
+++ PKGBUILD	2016-03-02 20:02:49 UTC (rev 164241)
@@ -8,8 +8,7 @@
 arch=(i686 x86_64)
 url="https://gnunet.org/gnurl"
 license=('MIT')
-depends=()
-makedepends=()
+depends=('gnutls')
 source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
 md5sums=('f816deb0c1401c841780ec6b91985a14')
 
@@ -25,6 +24,8 @@
         --enable-versioned-symbols \
         --enable-threaded-resolver \
         --with-gssapi \
+        --with-gnutls \
+        --without-ssl \
         --without-libidn \
         --with-random=/dev/urandom \
         --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt



More information about the arch-commits mailing list