* [ptxdist] [PATCH] cross-nasm: nasm.us seems gone. Add extra URL.
@ 2025-04-21 16:16 Christian Melki
0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2025-04-21 16:16 UTC (permalink / raw)
To: ptxdist
Don't know what has happened to nasm.us, but it has been
gone the last couple of days.
Add another URL to fetch source from (debian archive).
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/cross-nasm.make | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/rules/cross-nasm.make b/rules/cross-nasm.make
index da159da43..ea419af71 100644
--- a/rules/cross-nasm.make
+++ b/rules/cross-nasm.make
@@ -20,7 +20,9 @@ ifdef PTXCONF_ARCH_X86
CROSS_NASM_MD5 := 2b8c72c52eee4f20085065e68ac83b55
CROSS_NASM := nasm-$(CROSS_NASM_VERSION)
CROSS_NASM_SUFFIX := tar.xz
-CROSS_NASM_URL := http://www.nasm.us/pub/nasm/releasebuilds/$(CROSS_NASM_VERSION)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX)
+CROSS_NASM_URL := \
+ http://www.nasm.us/pub/nasm/releasebuilds/$(CROSS_NASM_VERSION)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX) \
+ https://snapshot.debian.org/archive/debian/20250401T023134Z/pool/main/n/nasm/nasm_$(CROSS_NASM_VERSION).orig.$(CROSS_NASM_SUFFIX)
CROSS_NASM_SOURCE := $(SRCDIR)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX)
CROSS_NASM_DIR := $(CROSS_BUILDDIR)/$(CROSS_NASM)
CROSS_NASM_LICENSE := BSD-2-Clause
--
2.34.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-21 16:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-21 16:16 [ptxdist] [PATCH] cross-nasm: nasm.us seems gone. Add extra URL Christian Melki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox