~ruther/guix-local

ef80cceddc3646a299d3b7c30e9b32ad89cca021 — Ludovic Courtès 11 years ago 4bfeb0c
gnu: wxwidgets-2: Add $libdir to RUNPATH.

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

M gnu/packages/wxwidgets.scm
M gnu/packages/wxwidgets.scm => gnu/packages/wxwidgets.scm +3 -0
@@ 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))))