|
@@ -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 \
|