From: Debian Julia Team Date: Tue, 31 Dec 2019 08:30:40 +0000 (+0000) Subject: Let it download the embedded source tarball through a file:// URI X-Git-Tag: archive/raspbian/1.4.1+dfsg-1+rpi1~2^2^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d4d553b8b9753aa364f23e69e113d52f456ff666;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 977a6a7..2be202f 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)