sbcl: set version.lisp-expr to identify Void Linux.
This commit is contained in:
parent
f5c13c9f73
commit
7f4a57c98e
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ ppc*|*-musl)
|
|||
esac
|
||||
|
||||
do_build() {
|
||||
printf '"%s.void.%s"\n' "$version" "$revision" >version.lisp-expr
|
||||
export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer -DSBCL_HOME=/usr/lib/sbcl"
|
||||
export LINKFLAGS="$LDFLAGS"
|
||||
bash make.sh \
|
||||
|
|
Loading…
Reference in a new issue