File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'sbcl'
22pkgname=sbcl
3- version=2.6.2
3+ version=2.6.3
44revision=1
55# make sure the sbcl option in maxima is enabled for the same archs
66archs="i686 x86_64* armv7l aarch64 ppc64le*"
@@ -16,15 +16,14 @@ license="custom:BSD+public_domain"
1616homepage="http://www.sbcl.org/"
1717changelog="http://www.sbcl.org/news.html"
1818distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
19- checksum=afb49358fa58484ffeed0b26a1dfdd829a6fb066d4a8b25f2b0bbccfcae571d7
19+ checksum=e7432fb642952dd25a5fc0c56d218f3d0aa596ce42d33efa83091bca7d69988a
2020nocross=yes
21- nopie=yes
2221
2322_bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --disable-debugger"
2423case "$XBPS_TARGET_MACHINE" in
2524x86_64)
2625 distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
27- checksum+=" 1758d003f60fa166db014999a73cf9af02726ca7803ab9057dec32a92e2b6322 "
26+ checksum+=" 9fafed3977df894590a10b9fcc128d3ecac01293ccc1e472a69159ca9af6b208 "
2827 ;;
2928arm*)
3029 distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.2.14-armhf-linux-binary.tar.bz2"
@@ -59,7 +58,7 @@ do_build() {
5958do_check() {
6059 (
6160 cd ./tests
62- LINKFLAGS="-fno-pie -no-pie" sh run-tests.sh
61+ sh run-tests.sh
6362 )
6463}
6564
You can’t perform that action at this time.
0 commit comments