summaryrefslogtreecommitdiff
path: root/Config.mk
diff options
context:
space:
mode:
authorDemi Marie Obenour <demi@invisiblethingslab.com>2023-02-28 14:52:14 +0100
committerJan Beulich <jbeulich@suse.com>2023-02-28 14:52:14 +0100
commita4557f515fb002010b34b79102278ea03d6b31a3 (patch)
tree3d2559b84db70c255f3d1d2a7b770330bad9f89d /Config.mk
parentf1315e48a03a42f78f9b03c0a384165baf02acae (diff)
downloadxen-a4557f515fb002010b34b79102278ea03d6b31a3.tar.gz
change assorted xenbits.xen.org links to HTTPS
Also switch to xenbits.xenproject.org at this occasion. Signed-off-by: Demi Marie Obenour <demi@invisiblethingslab.com> Acked-by: Jan Beulich <jbeulich@suse.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 10eb443b17..3aba623096 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.xenproject.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.