From 2ee366fadbef188848a320e0e7d699e8e4f873d0 Mon Sep 17 00:00:00 2001 From: "Viktor T. Toth" Date: Thu, 30 May 2019 18:55:29 -0400 Subject: [PATCH] Changing default RPM built to GCL. --- maxima.spec.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/maxima.spec.in b/maxima.spec.in index 9be3dc071..399c4451c 100644 --- a/maxima.spec.in +++ b/maxima.spec.in @@ -2,8 +2,8 @@ # By default, this spec file will generate RPMs for clisp # This can be changed by modifying the variables below. -%define enable_clisp 1 -%define clisp_flags --enable-clisp-exec +%define enable_clisp 0 +%define clisp_flags --disable-clisp-exec %define enable_ccl 0 %define ccl_flags --disable-ccl # ccl_flags --enable-ccl-exec --with-ccl=lx86cl @@ -11,8 +11,8 @@ %define cmucl_flags --disable-cmucl %define enable_sbcl 0 %define sbcl_flags --disable-sbcl-exec -%define enable_gcl 0 -%define gcl_flags --disable-gcl +%define enable_gcl 1 +%define gcl_flags --enable-gcl # Options to build language packs # Spanish -- 2.11.4.GIT