mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ (define-public wine
|
|||
;; pass.
|
||||
#:tests? #f
|
||||
|
||||
#:configure-flags
|
||||
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
|
||||
|
||||
#:phases
|
||||
(alist-cons-after
|
||||
'configure 'patch-dlopen-paths
|
||||
|
|
Loading…
Reference in a new issue