[Lunar-commits] <moonbase> clisp: As the BUILD comment notes fixing a build issue cause by the gcc bump.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Oct 13 15:56:00 CEST 2011


commit ad8daa66b378d8f98a4c881f6d18a1ae4b0cbadd
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Oct 13 09:56:00 2011 -0400

    clisp: As the BUILD comment notes fixing a build issue cause by the gcc bump.
    
    Yes this compiled fine before hand.
---
 compilers/clisp/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/compilers/clisp/BUILD b/compilers/clisp/BUILD
index 362daea..d12c210 100644
--- a/compilers/clisp/BUILD
+++ b/compilers/clisp/BUILD
@@ -8,6 +8,9 @@
 
   default_config &&
 
+# fixes; gcc: error: unrecognized option '-R'
+  sedit "s:-R/:-L/:g" cflags.h Makefile gllib/Makefile &&
+
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list