gnu: wxwidgets-2: Add $libdir to RUNPATH.

* gnu/packages/wxwidgets.scm (wxwidgets-2)[arguments]: Add #:make-flags,
  as for WXWIDGETS.
master
Ludovic Courtès 2015-05-05 22:00:53 +02:00
parent 4bfeb0ca74
commit ef80cceddc
1 changed files with 3 additions and 0 deletions

View File

@ -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))))