update lang/sbcl to 2.6.4

Release notes: https://sbcl.org/news.html#2.6.4
This commit is contained in:
semarie
2026-05-22 17:57:45 +00:00
parent 7a706b2f80
commit 9848be373e
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ ONLY_FOR_ARCHS += aarch64 amd64 arm i386 powerpc powerpc64
COMMENT = high performance Common Lisp compiler
V = 2.6.3
V = 2.6.4
DISTNAME = sbcl-${V}-source
PKGNAME = sbcl-${V}
SHARED_LIBS += sbcl 19.0
SHARED_LIBS += sbcl 20.0
CATEGORIES = lang
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (sbcl-2.6.3-source.tar.bz2) = 50MvtkKVLdJaX8DFbSGPPQqlls5C0z76gwkbyn1pmIo=
SIZE (sbcl-2.6.3-source.tar.bz2) = 8452288
SHA256 (sbcl-2.6.4-source.tar.bz2) = O6U+ZUtg/rfE9QRmGZ1tUmDyZhxxG6ItS3cLZVQA1Xs=
SIZE (sbcl-2.6.4-source.tar.bz2) = 8482159
@@ -1,7 +1,7 @@
Index: src/runtime/os-common.c
--- src/runtime/os-common.c.orig
+++ src/runtime/os-common.c
@@ -585,14 +585,23 @@ int apply_pie_relocs(long code_space_translation,
@@ -610,14 +610,23 @@ int apply_pie_relocs(long code_space_translation,
}
#ifdef LISP_FEATURE_ARM64