Skip to content

Commit 4e469bf

Browse files
sbcl: update to 2.6.3.
1 parent a79d04c commit 4e469bf

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

srcpkgs/sbcl/template

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'sbcl'
22
pkgname=sbcl
3-
version=2.6.2
3+
version=2.6.3
44
revision=1
55
# make sure the sbcl option in maxima is enabled for the same archs
66
archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -16,15 +16,14 @@ license="custom:BSD+public_domain"
1616
homepage="http://www.sbcl.org/"
1717
changelog="http://www.sbcl.org/news.html"
1818
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
19-
checksum=afb49358fa58484ffeed0b26a1dfdd829a6fb066d4a8b25f2b0bbccfcae571d7
19+
checksum=e7432fb642952dd25a5fc0c56d218f3d0aa596ce42d33efa83091bca7d69988a
2020
nocross=yes
21-
nopie=yes
2221

2322
_bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger"
2423
case "$XBPS_TARGET_MACHINE" in
2524
x86_64)
2625
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
27-
checksum+=" 1758d003f60fa166db014999a73cf9af02726ca7803ab9057dec32a92e2b6322"
26+
checksum+=" 9fafed3977df894590a10b9fcc128d3ecac01293ccc1e472a69159ca9af6b208"
2827
;;
2928
arm*)
3029
distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -59,7 +58,7 @@ do_build() {
5958
do_check() {
6059
(
6160
cd ./tests
62-
LINKFLAGS="-fno-pie -no-pie" sh run-tests.sh
61+
sh run-tests.sh
6362
)
6463
}
6564

0 commit comments

Comments
 (0)