From 854be2a4693834403727d5174a3ed7138512fc04 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 5 Jan 2021 01:37:30 +0100 Subject: [PATCH] - libffi: fix download url --- make/host-tools.mk | 2 +- make/target-libs.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make/host-tools.mk b/make/host-tools.mk index 0ca43830..179c95d4 100644 --- a/make/host-tools.mk +++ b/make/host-tools.mk @@ -393,7 +393,7 @@ host-python3-setuptools: $(HOST_PYTHON3-SETUPTOOLS_DEPS) $(DL_DIR)/$(HOST_PYTHON HOST_LIBFFI_VER = $(LIBFFI_VER) HOST_LIBFFI_DIR = libffi-$(HOST_LIBFFI_VER) HOST_LIBFFI_SOURCE = libffi-$(HOST_LIBFFI_VER).tar.gz -HOST_LIBFFI_SITE = $(call github,libffi,libffi,v$(HOST_LIBFFI_VER)) +HOST_LIBFFI_SITE = https://github.com/libffi/libffi/releases/download/v$(HOST_LIBFFI_VER) #$(DL_DIR)/$(HOST_LIBFFI_SOURCE): # $(DOWNLOAD) $(HOST_LIBFFI_SITE)/$(HOST_LIBFFI_SOURCE) diff --git a/make/target-libs.mk b/make/target-libs.mk index d582ccdf..d326ebfc 100644 --- a/make/target-libs.mk +++ b/make/target-libs.mk @@ -1181,7 +1181,7 @@ fribidi: $(DL_DIR)/$(FRIBIDI_SOURCE) | $(TARGET_DIR) LIBFFI_VER = 3.3 LIBFFI_DIR = libffi-$(LIBFFI_VER) LIBFFI_SOURCE = libffi-$(LIBFFI_VER).tar.gz -LIBFFI_SITE = $(call github,libffi,libffi,v$(LIBFFI_VER)) +LIBFFI_SITE = https://github.com/libffi/libffi/releases/download/v$(HOST_LIBFFI_VER) $(DL_DIR)/$(LIBFFI_SOURCE): $(DOWNLOAD) $(LIBFFI_SITE)/$(LIBFFI_SOURCE)