gnu: wine: Add $libdir to the RUNPATH of binaries.

* gnu/packages/wine.scm (wine)[arguments]: Add #:configure-flags.
This commit is contained in:
宋文武 2015-04-15 19:07:55 +08:00
parent d43ba6f851
commit 6c0dfb195c
1 changed files with 3 additions and 0 deletions

View File

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