From: Debian Julia Team Date: Tue, 10 Nov 2020 02:04:59 +0000 (+0000) Subject: Let it download the embedded source tarball through a file:// URI X-Git-Tag: archive/raspbian/1.5.3+dfsg-1+rpi1~2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7e3d964a2d7ec0ebced8db87c7767dccdbb08f76;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)