guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: bigloo: Add RUNPATH to the libraries.


From: Ludovic Courtès
Subject: 01/03: gnu: bigloo: Add RUNPATH to the libraries.
Date: Thu, 16 Apr 2015 21:15:15 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit f0ad3c76973fbf1518eecac76eab0b657722a9ba
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 16 22:22:45 2015 +0200

    gnu: bigloo: Add RUNPATH to the libraries.
    
    * gnu/packages/scheme.scm (bigloo)[arguments]: Pass --ldflags
      'configure' flag.
---
 gnu/packages/scheme.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index b450e33..77d0d84 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -188,7 +188,10 @@ features an integrated Emacs-like editor and a large 
runtime library.")
                                ;; 
<http://article.gmane.org/gmane.lisp.scheme.bigloo/6126>.
                                ;; "--customgc=no" ; use our libgc
                                (string-append"--mv=" (which "mv"))
-                               (string-append "--rm=" (which "rm"))))))
+                               (string-append "--rm=" (which "rm"))
+                               (string-append "--ldflags=-Wl,-rpath="
+                                              (assoc-ref outputs "out")
+                                              "/lib/bigloo/" ,version)))))
                  (alist-cons-after
                   'install 'install-emacs-modes
                   (lambda* (#:key outputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]