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.
|
;; pass.
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
|
|
||||||
|
#:configure-flags
|
||||||
|
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
(alist-cons-after
|
(alist-cons-after
|
||||||
'configure 'patch-dlopen-paths
|
'configure 'patch-dlopen-paths
|
||||||
|
|
Loading…
Reference in New Issue