gnu: wine: Add $libdir to the RUNPATH of binaries.
* gnu/packages/wine.scm (wine)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
d43ba6f851
commit
6c0dfb195c
@ -108,6 +108,9 @@
|
||||
;; pass.
|
||||
#:tests? #f
|
||||
|
||||
#:configure-flags
|
||||
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
|
||||
|
||||
#:phases
|
||||
(alist-cons-after
|
||||
'configure 'patch-dlopen-paths
|
||||
|
Loading…
Reference in New Issue
Block a user