summaryrefslogtreecommitdiffstats
path: root/src/gnutls.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls.mk')
-rw-r--r--src/gnutls.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnutls.mk b/src/gnutls.mk
index b255a19..75b0014 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecf
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://gnupg.org/ftp/gcrypt/gnutls/v3.5/$($(PKG)_FILE)
-$(PKG)_URL_2 := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/$($(PKG)_FILE)
+$(PKG)_URL_2 := https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v3.5/$($(PKG)_FILE)
$(PKG)_DEPS := gcc gettext gmp libgnurx libidn2 libunistring nettle zlib
define $(PKG)_UPDATE
@@ -20,7 +20,7 @@ endef
define $(PKG)_BUILD
# AI_ADDRCONFIG referenced by src/serv.c but not provided by mingw.
- # Value taken from https://msdn.microsoft.com/en-us/library/windows/desktop/ms737530%28v=vs.85%29.aspx
+ # Value taken from https://msdn.microsoft.com/library/windows/desktop/ms737530
cd '$(1)' && autoreconf -fi && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-rpath \