mit-scheme-c: fix build musl 1.2.2
This commit is contained in:
parent
19acba2a7f
commit
f53b8967d1
1 changed files with 13 additions and 0 deletions
13
srcpkgs/mit-scheme-c/patches/host_os-is-linux.patch
Normal file
13
srcpkgs/mit-scheme-c/patches/host_os-is-linux.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: src/microcode/configure
|
||||
===================================================================
|
||||
--- src/microcode/configure.orig
|
||||
+++ src/microcode/configure
|
||||
@@ -5441,7 +5441,7 @@ EXE_NAME=mit-scheme-${mit_scheme_native_
|
||||
DO_GCC_TESTS=no
|
||||
GNU_LD=no
|
||||
case ${host_os} in
|
||||
-linux-gnu)
|
||||
+linux-*)
|
||||
M4_FLAGS="${M4_FLAGS} -P __linux__,1"
|
||||
DO_GCC_TESTS=yes
|
||||
GNU_LD=yes
|
Loading…
Reference in a new issue