aboutsummaryrefslogtreecommitdiff
path: root/net/gnurl
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2015-06-05 04:22:23 +0200
committerDaniel Golle <daniel@makrotopia.org>2015-06-05 14:53:22 +0200
commit885a425824d80eaed534d6de707cd3eb67ae3b92 (patch)
tree4add52bc06fe44b73054a25bef0242728a80a114 /net/gnurl
parent7582a91760148e32a453ebfa6b3f57c76addef45 (diff)
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 (limited to 'net/gnurl')
-rw-r--r--net/gnurl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gnurl/Makefile b/net/gnurl/Makefile
index cbdaa9a58..e1415de21 100644
--- 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 \