Browse Source

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=f7521aa431;hb=HEAD#l22

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle 9 years ago
parent
commit
885a425824
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      net/gnurl/Makefile

+ 1
- 2
net/gnurl/Makefile View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=gnurl
11 11
 PKG_VERSION:=7.40.0
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=https://gnunet.org/sites/default/files
@@ -53,7 +53,6 @@ CONFIGURE_ARGS += \
53 53
 	--with-gnutls="$(STAGING_DIR)/usr" \
54 54
 	--with-libidn="$(STAGING_DIR)/usr" \
55 55
 	--with-zlib="$(STAGING_DIR)/usr" \
56
-	--enable-tls-srp \
57 56
 	--enable-shared \
58 57
 	--enable-static \
59 58
 	--without-axtls \