From 8fae8c0a6ff769196fe0c77f6473cfc1bf3b2a62 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 18 Dec 2010 21:43:10 +0000 Subject: download.mk: support https:// downloads SVN-Revision: 24688 --- include/download.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/download.mk') diff --git a/include/download.mk b/include/download.mk index a2238bce59..d1b3fc8f87 100644 --- a/include/download.mk +++ b/include/download.mk @@ -11,7 +11,7 @@ DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED) define dl_method $(strip \ $(if $(2),$(2), \ - $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://% file://%,$(1)),default, \ + $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://% https://% file://%,$(1)),default, \ $(if $(filter git://%,$(1)),git, \ $(if $(filter svn://%,$(1)),svn, \ $(if $(filter cvs://%,$(1)),cvs, \ -- cgit v1.2.3