From 885a425824d80eaed534d6de707cd3eb67ae3b92 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 5 Jun 2015 04:22:23 +0200 Subject: [PATCH] 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 --- net/gnurl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 \