Skip to content
Snippets Groups Projects
Commit e6e51f48 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

contrib: use automatic mirror resolver for ftp.gnu.org

Refs #74834

Change-Id: I398420100a5419ea19b5800b076cbcdad13261a1
parent 68fae4f2
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ DATE := $(shell date +%Y%m%d)
VPATH := $(TARBALLS)
# Common download locations
GNU := http://ftp.gnu.org/gnu
GNU := http://ftpmirror.gnu.org/
SF := http://heanet.dl.sourceforge.net/sourceforge
CONTRIB_VIDEOLAN ?= http://downloads.videolan.org/pub/contrib
GNUTELEPHONY := https://github.com/dyfet
......
# Nettle
NETTLE_VERSION := 3.1
NETTLE_URL := ftp://ftp.gnu.org/gnu/nettle/nettle-$(NETTLE_VERSION).tar.gz
NETTLE_URL := $(GNU)/nettle/nettle-$(NETTLE_VERSION).tar.gz
ifeq ($(call need_pkg,"nettle >= 3.1"),)
PKGS_FOUND += nettle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment