mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
Removing <signal.h> from musl-fixes.patch allows SBCL to compile correctly. Added myself as the maintainer.
11 lines
237 B
Diff
11 lines
237 B
Diff
--- a/make-config.sh
|
|
+++ b/make-config.sh
|
|
@@ -30,7 +30,7 @@
|
|
then
|
|
SBCL_PREFIX="$PROGRAMFILES/sbcl"
|
|
else
|
|
- SBCL_PREFIX="/usr/local"
|
|
+ SBCL_PREFIX="/usr"
|
|
fi
|
|
SBCL_XC_HOST="sbcl --no-userinit --no-sysinit"
|
|
export SBCL_XC_HOST
|