mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-17 06:35:58 +02:00
gnu: wxwidgets: Set rpath in LDFLAGS.
Fixes <http://bugs.gnu.org/20049>. * gnu/packages/wxwidgets.scm (wxwidgets): Add a make flag to set rpath to $out/lib via LDFLAGS.
This commit is contained in:
@@ -62,6 +62,9 @@
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
'("--with-regex=sys" "--with-libmspack" "--with-sdl")
|
||||
#:make-flags
|
||||
(list (string-append "LDFLAGS=-Wl,-rpath="
|
||||
(assoc-ref %outputs "out") "/lib"))
|
||||
;; No 'check' target.
|
||||
#:tests? #f))
|
||||
(home-page "https://www.wxwidgets.org/")
|
||||
|
||||
Reference in New Issue
Block a user