From 0b7631a20a94ae1b2ae5b00f8084b14652a48191 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sat, 28 Jun 2008 10:35:54 +0200 Subject: [PATCH] Fixed the flags for the statically linked ECL --- src/compile.lsp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.lsp.in b/src/compile.lsp.in index 7dff27025..916052e0f 100644 --- a/src/compile.lsp.in +++ b/src/compile.lsp.in @@ -45,7 +45,7 @@ c::*ecl-library-directory* "@true_builddir@/") #-:wants-dlopen (setf c::*ld-flags* - "@LDFLAGS@ @LDRPATH@ @LIBPREFIX@ecl.@LIBEXT@ @CORE_LIBS@ @LIBS@ @FASL_LIBS@") + "@LDFLAGS@ @LIBPREFIX@ecl.@LIBEXT@ @CORE_LIBS@ @LIBS@ @FASL_LIBS@") #+(and :wants-dlopen (not nonstop)) (setf c::*ld-flags* "@LDFLAGS@ @SHAREDPREFIX@ecl.@SHAREDEXT@ @LIBS@"