summaryrefslogtreecommitdiff
path: root/Config.mk
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2023-04-04 17:35:52 +0100
committerAndrew Cooper <andrew.cooper3@citrix.com>2023-04-04 17:35:52 +0100
commit415f7d9404171cbc968b1ea22e7d3523ac2f3fc1 (patch)
tree9884b44a93c594d238c07067930deedf3d6ce5cf /Config.mk
parent658fcb7ac90a4d8b0f4736a7c8f21d0252cb492e (diff)
downloadxen-415f7d9404171cbc968b1ea22e7d3523ac2f3fc1.tar.gz
Revert "Revert "build: Change remaining xenbits.xen.org link to HTTPS""
This reverts commit b5cc3c25a242ddb9c5b108884061b17f35c3084b, reinstating the original change as per e1d75084443f676be681fdaf47585cc9a5f5b820. We think the OSSTest failure has been addressed now. Link: https://lore.kernel.org/xen-devel/20d41dd0-19d1-47fb-92ab-4de458ddd56f@perard/ Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 99cdcf3d09..d12d4c2b8f 100644
--- a/Config.mk
+++ b/Config.mk
@@ -191,7 +191,7 @@ APPEND_CFLAGS += $(foreach i, $(APPEND_INCLUDES), -I$(i))
EMBEDDED_EXTRA_CFLAGS := -fno-pie -fno-stack-protector -fno-stack-protector-all
EMBEDDED_EXTRA_CFLAGS += -fno-exceptions -fno-asynchronous-unwind-tables
-XEN_EXTFILES_URL ?= http://xenbits.xen.org/xen-extfiles
+XEN_EXTFILES_URL ?= https://xenbits.xen.org/xen-extfiles
# All the files at that location were downloaded from elsewhere on
# the internet. The original download URL is preserved as a comment
# near the place in the Xen Makefiles where the file is used.