commit 885a425824d80eaed534d6de707cd3eb67ae3b92
parent 7582a91760148e32a453ebfa6b3f57c76addef45
Author: Daniel Golle <daniel@makrotopia.org>
Date: Fri, 5 Jun 2015 04:22:23 +0200
gnurl: no longer force-enable TLS-SRP
It might not be available in GnuTLS and is not strictly required
by the gnurl manifest, see
http://www.git.taler.net/?p=gnurl.git;a=blob;f=README;h=f7521aa431a4e77a58dc558880ff54648d69e072;hb=HEAD#l22
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/gnurl/Makefile b/net/gnurl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnurl
PKG_VERSION:=7.40.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://gnunet.org/sites/default/files
@@ -53,7 +53,6 @@ CONFIGURE_ARGS += \
--with-gnutls="$(STAGING_DIR)/usr" \
--with-libidn="$(STAGING_DIR)/usr" \
--with-zlib="$(STAGING_DIR)/usr" \
- --enable-tls-srp \
--enable-shared \
--enable-static \
--without-axtls \