guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: wxwidgets-2: Add $libdir to RUNPATH.


From: Ludovic Courtès
Subject: 02/03: gnu: wxwidgets-2: Add $libdir to RUNPATH.
Date: Tue, 05 May 2015 20:06:00 +0000

civodul pushed a commit to branch master
in repository guix.

commit ef80cceddc3646a299d3b7c30e9b32ad89cca021
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 5 22:00:53 2015 +0200

    gnu: wxwidgets-2: Add $libdir to RUNPATH.
    
    * gnu/packages/wxwidgets.scm (wxwidgets-2)[arguments]: Add #:make-flags,
      as for WXWIDGETS.
---
 gnu/packages/wxwidgets.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index ee270ff..b49fb2f 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -96,5 +96,8 @@ and many other languages.")
     (arguments
      `(#:configure-flags
        '("--enable-unicode" "--with-regex=sys" "--with-sdl")
+       #:make-flags
+       (list (string-append "LDFLAGS=-Wl,-rpath="
+                            (assoc-ref %outputs "out") "/lib"))
        ;; No 'check' target.
        #:tests? #f))))



reply via email to

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