[packages/sbcl] pass correct option when building with clisp

atler atler at pld-linux.org
Fri May 21 18:16:50 CEST 2021


commit 2606bbf9739b5e5555c0aa0bc1a8a874d84cd390
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu May 20 19:21:39 2021 +0200

    pass correct option when building with clisp

 sbcl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sbcl.spec b/sbcl.spec
index 6af8a52..bad280e 100644
--- a/sbcl.spec
+++ b/sbcl.spec
@@ -129,7 +129,7 @@ echo "#!/bin/sh" >clean.sh
 chmod 755 clean.sh
 
 %if %{with clisp}
-%define bootstrap_cl "clisp"
+%define bootstrap_cl clisp
 %endif
 
 %build
@@ -142,7 +142,7 @@ export PATH=`pwd`/sbcl-bootstrap/bin:${PATH}
 %endif
 ./make.sh \
 	--prefix=%{_prefix} \
-	%{?bootstrap_cl}
+	%{?bootstrap_cl:--xc-host=%{bootstrap_cl}}
 
 %if %{with doc}
 %{__make} -C doc/manual -j1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sbcl.git/commitdiff/fa2b18a0fff025da33710f2eb99d75186669af73



More information about the pld-cvs-commit mailing list