From: Debian Julia Team Date: Thu, 12 Nov 2020 09:50:14 +0000 (+0000) Subject: Let it download the embedded source tarball through a file:// URI X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aaa509310987af223ce361cd214e3528b76a09bc;p=julia.git Let it download the embedded source tarball through a file:// URI Last-Update: 20180711 Forward: no need Gbp-Pq: Name do-not-download-libuv.patch --- diff --git a/deps/libuv.mk b/deps/libuv.mk index 09523d0..84884a3 100644 --- a/deps/libuv.mk +++ b/deps/libuv.mk @@ -1,6 +1,5 @@ ## LIBUV ## -LIBUV_GIT_URL:=git://github.com/JuliaLang/libuv.git -LIBUV_TAR_URL=https://api.github.com/repos/JuliaLang/libuv/tarball/$1 +LIBUV_TAR_URL=file://$(CURDIR)/../debian/embedded/libuv-$1.tar.gz $(eval $(call git-external,libuv,LIBUV,configure,,$(SRCCACHE))) ifneq ($(USE_BINARYBUILDER_LIBUV),1)